Skip to content

Instantly share code, notes, and snippets.

@BrandonMathis
Created May 5, 2011 00:19
Show Gist options
  • Save BrandonMathis/956301 to your computer and use it in GitHub Desktop.
Save BrandonMathis/956301 to your computer and use it in GitHub Desktop.
Shell command to update outdated homebrew brews
brew outdated | cut -f 1 -d "(" | xargs brew install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment