smartwatermelon

brewupdate.sh

Nov 26th, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. #!/bin/bash
  2. PATH=/usr/local/bin:/usr/local/sbin:$PATH
  3. echo "updating homebrew..." | growlnotify
  4. brew update > /dev/null 2>&1
  5. brew upgrade > /dev/null 2>&1
  6. brew prune > /dev/null 2>&1
  7. brew cleanup --force -s > /dev/null 2>&1
  8. brew doctor | growlnotify
Add Comment
Please, Sign In to add comment