Skip to content

Instantly share code, notes, and snippets.

@jondkinney
Created April 18, 2013 12:43
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 jondkinney/5412429 to your computer and use it in GitHub Desktop.
Save jondkinney/5412429 to your computer and use it in GitHub Desktop.
Eject all (well, most ;) disks
tell application "Finder" to eject (every disk whose ejectable is true and local volume is true and physical size < 1.0E+9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment