#!/bin/sh
# Adapt the in <> included words (and the password of course ;-)) to your own situation
mount -t smbfs -o username=root,password=xyz123 //<computername>/<workdirectory> /<mountdirectory>
cinelerra -d <port>
echo "Cinelerra slave started and <mountdirectory> mounted!"


