Skip to content

Instantly share code, notes, and snippets.

@nb
Last active December 17, 2015 18:08
Show Gist options
  • Select an option

  • Save nb/5650569 to your computer and use it in GitHub Desktop.

Select an option

Save nb/5650569 to your computer and use it in GitHub Desktop.
for i in `curl -s https://api.github.com/orgs/impromptu/repos | json -a name`; do hub clone Impromptu/$i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment