Created
October 12, 2021 14:46
-
-
Save KyMidd/20aa00151cdf3fc0e8cd532b228e5b4a to your computer and use it in GitHub Desktop.
This file contains 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
# List all repos, cut for just repo name in org | |
org_repos=$(gh repo list $org -L 1000 | cut -d "/" -f 2 | cut -f 1) | |
#TEMP: testing with individual repo | |
#org_repos=KylerTestRepo1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment