#!/bin/bash | |
[ ! -d "/Volumes/ShareName" ] && open -g -j smb://user:pass@somewhere.local/ShareName |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#!/bin/bash | |
[ ! -d "/Volumes/ShareName" ] && open -g -j smb://user:pass@somewhere.local/ShareName |