Skip to content

Instantly share code, notes, and snippets.

@karl82
Created April 8, 2016 16:06
Show Gist options
  • Select an option

  • Save karl82/051230617a4902589b45c76836542d12 to your computer and use it in GitHub Desktop.

Select an option

Save karl82/051230617a4902589b45c76836542d12 to your computer and use it in GitHub Desktop.
for c in `brew cask list`; do ! brew cask info $c | grep -qF "Not installed" || echo $c; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment