Skip to content

Instantly share code, notes, and snippets.

@KyMidd

KyMidd/asdf.sh Secret

Created March 12, 2023 02:48
Show Gist options
  • Select an option

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

Select an option

Save KyMidd/de05f390c13b98fe34742dfb3ea6cc57 to your computer and use it in GitHub Desktop.
# Remove any empty lines
ALL_REPOS=$(echo "$ALL_REPOS" | awk 'NF')
# Get repo count
ALL_REPOS_COUNT=$(echo "$ALL_REPOS" | wc -l | xargs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment