Skip to content

Instantly share code, notes, and snippets.

@llbbl
Created June 30, 2015 02:55
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 llbbl/133e6d59e92208df0605 to your computer and use it in GitHub Desktop.
Save llbbl/133e6d59e92208df0605 to your computer and use it in GitHub Desktop.
update all the things
#!/bin/sh
echo 'updating composer'
composer selfupdate
echo 'updating home brew'
brew update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment