guarinogabriel / Mac-CLI

 macOS command line tool for developers – The ultimate tool to manage your Mac. It provides a huge set of command line commands that automatize the usage of your Mac.
MIT License
8.86k stars 333 forks source link

Fixed eject-all osascript to be 'every disk whose ejectable is true' #132

Closed begroff closed 7 years ago

begroff commented 7 years ago

Found this article online with the correct script wording, http://osxdaily.com/2014/05/22/eject-all-mounted-volumes-command-line-mac/. I ran it on OSX 10.11.6 El Capitan successfully.

This should close issue #119.

guarinogabriel commented 7 years ago

@begroff - Thanks for the contribution!