Skip to content

Instantly share code, notes, and snippets.

@hnagato
Created July 2, 2011 19:18
Show Gist options
  • Save hnagato/1061549 to your computer and use it in GitHub Desktop.
Save hnagato/1061549 to your computer and use it in GitHub Desktop.
#!/bin/bash
parallel -k -j+0 brew install {} ::: `brew outdated | cut -f 1` && brew cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment