Skip to content

Instantly share code, notes, and snippets.

@yeliu84
Last active October 21, 2017 07:25
Show Gist options
  • Save yeliu84/b662d31aafefdd837822045674620ae1 to your computer and use it in GitHub Desktop.
Save yeliu84/b662d31aafefdd837822045674620ae1 to your computer and use it in GitHub Desktop.
Eject all disks
# http://osxdaily.com/2014/05/22/eject-all-mounted-volumes-command-line-mac/
osascript -e 'tell application "Finder" to eject (every disk whose ejectable is true)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment