Skip to content

Instantly share code, notes, and snippets.

@laurentsenta
Created June 11, 2013 22:03
Show Gist options
  • Select an option

  • Save laurentsenta/5761148 to your computer and use it in GitHub Desktop.

Select an option

Save laurentsenta/5761148 to your computer and use it in GitHub Desktop.
Clone all the repos!
# 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