Last active
October 20, 2015 07:18
-
-
Save Superbil/3606280 to your computer and use it in GitHub Desktop.
try to mount folderOnHost on OSX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try | |
mount volume "smb://account@host/folderOnHost" | |
end try |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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