Created
May 7, 2021 19:32
-
-
Save kno3comma14/6a4a6e0781365cf9198552b78ca9e171 to your computer and use it in GitHub Desktop.
Getting all the repos
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
sudo apt-get install jq | |
curl -s "https://api.github.com/users/kno3comma14/repos?per_page=100" | jq -r ".[].git_url" | xargs -L1 git clone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment