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/sh | |
| VERSION=29.3 | |
| # NOTE: this script: | |
| # - expects that $HOME/bin exists and is part of $PATH, it's on you | |
| # - *removes* old protoc from the directory first | |
| # - expects *MacOS* and *ARM64* architecture | |
| # remove old protoc |
OlderNewer