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
| #!/usr/bin/env bash | |
| set -e | |
| # Generic Development Bootstrap Script | |
| # Bootstraps any private GitHub repository with SSH access | |
| # | |
| # Usage: | |
| # curl -fsSL <GIST_URL> | bash -s -- <org>/<repo> <macos-version> | |
| # curl -fsSL <GIST_URL> | bash -s -- <org>/<repo> <macos-version> --full | |
| # |