Created
October 12, 2021 18:38
-
-
Save overengineer/c87876ffb54532a3d297cc25fbf114c9 to your computer and use it in GitHub Desktop.
Clone All My Public Repos
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
curl -s "https://api.github.com/users/overengineer/repos?per_page=1000" | jq -r '.[] | [ .html_url, .full_name ] | @sh' | xargs -n 2 git clone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment