Skip to content

Instantly share code, notes, and snippets.

@vnegrisolo
Created September 19, 2016 18:16
Show Gist options
  • Save vnegrisolo/6b2b19610a4c4ea18c3a481542550d13 to your computer and use it in GitHub Desktop.
Save vnegrisolo/6b2b19610a4c4ea18c3a481542550d13 to your computer and use it in GitHub Desktop.
brew-update-all-packages.sh
brew update;
brew outdated;
brew upgrade;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment