Created
August 8, 2014 20:17
-
-
Save kmikael/16c0e5f0e6754313e361 to your computer and use it in GitHub Desktop.
Eject every disk whose ejectable is true
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
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