Created
July 29, 2018 10:21
-
-
Save danwdart/e5dea45875eb0ac18737198825b669ec to your computer and use it in GitHub Desktop.
Gets all my repos (adaptable)
This file contains 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
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