Skip to content

Instantly share code, notes, and snippets.

@takeshixx
Created July 6, 2016 09:55
Show Gist options
  • Save takeshixx/727e70876e2ee5c32e2c378acbdd649f to your computer and use it in GitHub Desktop.
Save takeshixx/727e70876e2ee5c32e2c378acbdd649f to your computer and use it in GitHub Desktop.
Clone all OpenStack repositories from GitHub
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