Skip to content

Instantly share code, notes, and snippets.

@feffi
Created April 16, 2013 09:40
Show Gist options
  • Save feffi/5394685 to your computer and use it in GitHub Desktop.
Save feffi/5394685 to your computer and use it in GitHub Desktop.
fetch brew outdated packages for later installation
brew fetch `brew outdated | awk '{ print $1 }' | tr '\n' ' '`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment