Created
June 11, 2013 22:03
-
-
Save laurentsenta/5761148 to your computer and use it in GitHub Desktop.
Clone 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
| # June 11, 2013 - Github API v3 | |
| # Change LOGIN in the url vvvvv | |
| curl -i https://api.github.com/users/LOGIN/repos | grep '"ssh_url": ' | sed 's/.*: "\(.*\)",.*/\1/' | while read line; do git clone $line; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment