Skip to content

Instantly share code, notes, and snippets.

@sirkkalap
Created March 17, 2016 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sirkkalap/25d849b7de4443fa9fa1 to your computer and use it in GitHub Desktop.
Save sirkkalap/25d849b7de4443fa9fa1 to your computer and use it in GitHub Desktop.
Keep up to date with Homebrew
#!/bin/sh
BASEDIR=$(cd $(dirname $0); /bin/pwd)
($BASEDIR/isodate && /usr/local/bin/brew update && /usr/local/bin/brew upgrade --all) >>$HOME/brew-update.log 2>&
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment