Created
April 6, 2016 02:47
-
-
Save keif/0f76fadc19024d441ff7495fb7bf1dae to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/bin/sh | |
echo "Good day!" | |
brew update | |
brew doctor | |
brew prune | |
brew cleanup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment