This file contains hidden or 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 | |
| # | |
| # Installs the previous version of a Homebrew formula | |
| # | |
| # Usage: brewv formula_name desired_version | |
| # | |
| # Based on http://stackoverflow.com/questions/3987683/homebrew-install-specific-version-of-formula#9832084 | |
| # | |
| # Author: Matti Schneider <hi@mattischneider.fr> (http://mattischneider.fr) |