Created
April 26, 2016 03:09
-
-
Save mjj2000/39d4accc6f7cce076f4f7a1e63866337 to your computer and use it in GitHub Desktop.
Unmount specified storage in Mac OS X
This file contains 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
# 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