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.88k stars 334 forks source link

creates bin directory if not found #116

Closed jbhv12 closed 7 years ago

jbhv12 commented 7 years ago

tiny optimisation that checks if /usr/local/bin exist. if not then create it which is the case for new macOS installs.

guarinogabriel commented 7 years ago

@jbhv12 Thanks for your contribution!