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 | |
# | |
# Install specific version of a Homebrew formula | |
# | |
# Usage: brewv.sh install|upgrade formula_name desired_version | |
# | |
# Notes: | |
# - this may unshallow your brew repo copy. It might take some time the first time | |
# you call this script. | |
# - my "git log" uses less by default and when that happens it breaks the script |