Skip to content

Instantly share code, notes, and snippets.

@YOU54F
Created March 29, 2022 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YOU54F/2d2e9cc69f7d21c1a2f055d6b1df7692 to your computer and use it in GitHub Desktop.
Save YOU54F/2d2e9cc69f7d21c1a2f055d6b1df7692 to your computer and use it in GitHub Desktop.
Clone all of the pact-organisation repos
#!/bin/sh
export ORG=pact-foundation
mkdir $ORG; cd $ORG
gh repo list $ORG --limit 9999 --json url | jq '.[]|.url' | xargs -n1 git clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment