Created
September 23, 2021 23:36
-
-
Save ubermichael/e0e2420ed18dcd31f47d596ed95d09f9 to your computer and use it in GitHub Desktop.
Clone all repositories
This file contains hidden or 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
```shell | |
for u in $(hub api orgs/$ORGNAME/repos | jq '.[].ssh_url' | sed -e 's/"//g'); do echo $u; git clone "$u"; done | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment