Skip to content

Instantly share code, notes, and snippets.

@mjj2000
Created April 26, 2016 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjj2000/39d4accc6f7cce076f4f7a1e63866337 to your computer and use it in GitHub Desktop.
Save mjj2000/39d4accc6f7cce076f4f7a1e63866337 to your computer and use it in GitHub Desktop.
Unmount specified storage in Mac OS X
# this script is only for Mac OS X
# ex: eject.sh /Volumes/MyDisk
diskutil unmount $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment