I am trying to mount network data. This works if I enter the following commands into the shell:
cd ~
sshfs user@ssh.company.com:/ /home/userName/remoteWork
If I however, put those commands in a script and try to run it, it does not work. I am prompted for my password, it seems to accept it, but the mount doesn't happen. Why wouldn't the commands work from a script? Must I add commands?