Skip to content

Instantly share code, notes, and snippets.

@KyMidd

KyMidd/asdf.sh Secret

Created December 4, 2022 18:55
Show Gist options
  • Select an option

  • Save KyMidd/3ab5628f515e82d7e5f5b77c6c265e77 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/3ab5628f515e82d7e5f5b77c6c265e77 to your computer and use it in GitHub Desktop.
# 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