Skip to content

Instantly share code, notes, and snippets.

@oconnoat
Created February 6, 2014 16:41
Show Gist options
  • Save oconnoat/8847903 to your computer and use it in GitHub Desktop.
Save oconnoat/8847903 to your computer and use it in GitHub Desktop.
Handy command to get a notification Dialog in OSX when brew has upgraded and updated
brew update && brew upgrade && /usr/bin/osascript -e 'tell app "System Events" to display dialog "Brew Done."'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment