Skip to content

Instantly share code, notes, and snippets.

@macteo
Created July 21, 2016 07:47
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 macteo/3e96c06ae9354ffc2021eaffb45c2b60 to your computer and use it in GitHub Desktop.
Save macteo/3e96c06ae9354ffc2021eaffb45c2b60 to your computer and use it in GitHub Desktop.
update pods and bottles
#!/bin/bash
brew update
brew upgrade
brew cleanup
gem update
gem cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment