Skip to content

Instantly share code, notes, and snippets.

@igorshubovych
Created June 19, 2018 11:40
Show Gist options
  • Save igorshubovych/68d125712f9225a17d37b15bd918e67b to your computer and use it in GitHub Desktop.
Save igorshubovych/68d125712f9225a17d37b15bd918e67b to your computer and use it in GitHub Desktop.
Upgrade brew casks
#!/bin/bash
brew cask outdated | xargs brew cask reinstall --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment