Skip to content

Instantly share code, notes, and snippets.

@danwdart
Created July 29, 2018 10:21
Show Gist options
  • Save danwdart/e5dea45875eb0ac18737198825b669ec to your computer and use it in GitHub Desktop.
Save danwdart/e5dea45875eb0ac18737198825b669ec to your computer and use it in GitHub Desktop.
Gets all my repos (adaptable)
wget -O- "https://api.github.com/users/danwdart/repos?per_page=100&type=owner" 2>/dev/null | grep ssh_url | cut -d '"' -f 4 | sed 's/\(.*\)/git clone \1/' | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment