Skip to content

Instantly share code, notes, and snippets.

@matthacksteiner
Last active December 16, 2015 15:59
Show Gist options
  • Save matthacksteiner/5459819 to your computer and use it in GitHub Desktop.
Save matthacksteiner/5459819 to your computer and use it in GitHub Desktop.
Mount Drives #applescript
tell application "Path Finder"
open location "smb://user:pass@server/folder"
end tell
tell application "Finder"
open location "smb://user:pass@server/folder"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment