Skip to content

Instantly share code, notes, and snippets.

@ninetwentyfour
Forked from douglasjarquin/homebrew-update.sh
Created September 16, 2012 00:54
Show Gist options
  • Save ninetwentyfour/3730622 to your computer and use it in GitHub Desktop.
Save ninetwentyfour/3730622 to your computer and use it in GitHub Desktop.
Update outdated Homebrew packages
brew upgrade `brew outdated | awk {'print $1'} | xargs`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment