Last active
October 19, 2023 09:28
-
-
Save Pierre-Mike/eb7e177c4154915c21f670114608f0e1 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 auth login | |
repoUrls=($(gh repo list --json url | grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*")) | |
for repoUrl in "${repoUrls[@]}" | |
do | |
gh repo clone "$repoUrl" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.