-
-
Save KyMidd/3ab5628f515e82d7e5f5b77c6c265e77 to your computer and use it in GitHub Desktop.
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
| # GH CLI Installed | |
| if [ $(gh --help | wc -l) -le 3 ]; then | |
| echo "It doesn't look like you have the GitHub CLI installed, install it here: https://cli.github.com/" | |
| exit 1 | |
| fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment