Created
March 15, 2025 18:55
-
-
Save gerwld/e97e8aaddbedc17160530c40091cd235 to your computer and use it in GitHub Desktop.
repos copy (for backup)
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 repo list gerwld --limit 4000 | while read -r repo _; do | |
gh repo clone "$repo" "$repo" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment