Skip to content

Instantly share code, notes, and snippets.

@hsanchez
Created September 14, 2016 17:26
Show Gist options
  • Select an option

  • Save hsanchez/8e1b584082725aa84e66b700c9a7ffc4 to your computer and use it in GitHub Desktop.

Select an option

Save hsanchez/8e1b584082725aa84e66b700c9a7ffc4 to your computer and use it in GitHub Desktop.
brewup: upgrading outdated homebrew packages!
#!/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