Created
September 14, 2016 17:26
-
-
Save hsanchez/8e1b584082725aa84e66b700c9a7ffc4 to your computer and use it in GitHub Desktop.
brewup: upgrading outdated homebrew packages!
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/bash | |
| # Copyright Huascar Sanchez, 2016. | |
| brew outdated | cut -d ' ' -f 1 | xargs brew upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment