brew update & brew upgrade outdated in one step
#!/bin/bash
brew update
brew outdated | while read BOTTLE; do brew upgrade $BOTTLE; done
Written by Thomas Kober
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#