Skip to content

Instantly share code, notes, and snippets.

@wnkz
Created November 23, 2018 11:23
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 wnkz/3dfd94ecc7bfcc9a622e53ac23da44ff to your computer and use it in GitHub Desktop.
Save wnkz/3dfd94ecc7bfcc9a622e53ac23da44ff to your computer and use it in GitHub Desktop.
Clone all AWSDocs repositories
curl -s https://api.github.com/orgs/awsdocs/repos\?per_page\=200 | jq .[].ssh_url | xargs -n 1 git clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment