Skip to content

Instantly share code, notes, and snippets.

@greymouser
Created November 18, 2010 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greymouser/705745 to your computer and use it in GitHub Desktop.
Save greymouser/705745 to your computer and use it in GitHub Desktop.
set cmd to "/usr/local/bin/sshfs my.fake.com: /Users/foofum/Volumes/myremotehome"
try
do shell script cmd
on error
display alert "The mount did not work. Try the command from Terminal.app manually, and check your results.
'" & cmd & "'" buttons {":'( - Tears"}
end try
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment