Created
June 4, 2018 06:13
-
-
Save montanaflynn/a6927bc5bd19f0489a5bfcedd10cb496 to your computer and use it in GitHub Desktop.
Clone all my github 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
curl "https://api.github.com/users/montanaflynn/repos?page=1&per_page=100" | | |
grep -e 'git_url*' | | |
cut -d \" -f 4 | | |
xargs -L1 git clone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment