TIL: July 10, 2017
Somehow, I’ve managed for a long time to get by without knowing how to install a shell script in Mac OS X. Good news, it is super easy. Run the following command, with your script of course:
install path/to/my/script /usr/local/bin
And that’s it! Amazing!