Skip to content

Instantly share code, notes, and snippets.

@httpster
Created August 2, 2013 13:53
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 httpster/6140051 to your computer and use it in GitHub Desktop.
Save httpster/6140051 to your computer and use it in GitHub Desktop.
Cleanup Homebrew Cask
ls -l /usr/local/Library/Formula | grep phinze-cask | awk '{print $9}' | for evil_symlink in $(cat -); do rm -v /usr/local/Library/Formula/$evil_symlink; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment