Created
November 20, 2018 09:47
-
-
Save LordOkami/de6e867bd0d6799748b044bc50d1d691 to your computer and use it in GitHub Desktop.
Git Scripts
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
curl -s https://[USER_TOKEN_ID]:@api.github.com/orgs/[ORGANIZATION]/repos\?per_page\=200 | jq ".[].ssh_url" | xargs -n 1 git clone --recursive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment