Skip to content

Instantly share code, notes, and snippets.

@Superbil
Last active October 20, 2015 07:18
Show Gist options
  • Save Superbil/3606280 to your computer and use it in GitHub Desktop.
Save Superbil/3606280 to your computer and use it in GitHub Desktop.
try to mount folderOnHost on OSX
try
mount volume "smb://account@host/folderOnHost"
end try
#!/usr/bin/env bash
osascript <<EOF
try
mount volume "smb://account@host/folderOnHost"
end try
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment