Skip to content

Instantly share code, notes, and snippets.

@geberl
Last active November 4, 2015 21:29
Show Gist options
  • Save geberl/ed86824fc601107c31dc to your computer and use it in GitHub Desktop.
Save geberl/ed86824fc601107c31dc to your computer and use it in GitHub Desktop.
Alfred AppleScript to mount a samba location as a drive.
on alfred_script()
tell application "Finder"
open location "smb://192.168.1.101/media"
end tell
end alfred_script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment