Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kno3comma14/6a4a6e0781365cf9198552b78ca9e171 to your computer and use it in GitHub Desktop.
Save kno3comma14/6a4a6e0781365cf9198552b78ca9e171 to your computer and use it in GitHub Desktop.
Getting all the repos
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