Skip to content

Quick dirty Automation to be used in CLI that ejects all external drives.

License

Notifications You must be signed in to change notification settings

paulplew/ejectall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

ejectall

Quick dirty Automation to be used in CLI that ejects all external drives.

Working on 10.15.7 and later

How to Install

  1. Clone the repo and cd into it
  2. Echo the path to your $PATH
export PATH=`pwd`:$PATH

To add the path on every session, add the following to your .bashrc replacing PATH_TO_DIRECTORY with the path to the directory:

export PATH=$PATH_TO_DIRECTORY:$PATH
  1. Eject your disks, its EASY :
ejectall

If you like this automation consider dropping a ⭐

About

Quick dirty Automation to be used in CLI that ejects all external drives.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages