Skip to content

Instantly share code, notes, and snippets.

@jamiembrown
Created January 24, 2014 17:17
Show Gist options
  • Save jamiembrown/8601786 to your computer and use it in GitHub Desktop.
Save jamiembrown/8601786 to your computer and use it in GitHub Desktop.
Bash function to mount a volume on Mac OS
function macmount {
osascript -e 'mount volume "'$1'"'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment