Skip to content

Instantly share code, notes, and snippets.

@dator-zz
Created September 9, 2012 09:57
Show Gist options
  • Save dator-zz/3683561 to your computer and use it in GitHub Desktop.
Save dator-zz/3683561 to your computer and use it in GitHub Desktop.
Mount a freebox
tell application "Finder"
try
mount volume "smb://freebox" as user name "GUEST"
delay 1
end try
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment