Created
July 6, 2016 09:55
-
-
Save takeshixx/727e70876e2ee5c32e2c378acbdd649f to your computer and use it in GitHub Desktop.
Clone all OpenStack repositories from GitHub
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
for i in $(curl -s "https://api.github.com/orgs/openstack/repos?per_page=999" |jq -r '.[] .clone_url');do git clone $i;done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment