Created
March 24, 2011 23:13
-
-
Save smerrill/886082 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Remove all the mysql 5.1.56 commands from your Homebrew installation. | |
ls -aFl $(brew --prefix)/bin/mysql* | grep 56 | awk {'print $9'} | tr -d '@' | xargs rm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment