Skip to content

Instantly share code, notes, and snippets.

@jletourneau
Created February 14, 2013 02:40
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 jletourneau/4950200 to your computer and use it in GitHub Desktop.
Save jletourneau/4950200 to your computer and use it in GitHub Desktop.
AppleScript to eject all ejectable volumes. Useful for quickly disconnecting a laptop from external drives etc. for traveling.
tell application "Finder"
eject (every disk whose ejectable is true)
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment