Skip to content

Instantly share code, notes, and snippets.

@raftaar1191
Created December 5, 2017 05:53
Show Gist options
  • Save raftaar1191/141a169a73f042ac4f8891523b9f9831 to your computer and use it in GitHub Desktop.
Save raftaar1191/141a169a73f042ac4f8891523b9f9831 to your computer and use it in GitHub Desktop.
Clone all repo from wordimpress
curl "https://api.github.com/users/wordimpress/repos?page=1&per_page=100" |
grep -e 'git_url*' |
cut -d \" -f 4 |
xargs -L1 git clone
@raftaar1191
Copy link
Author

For now it's downloading all the repo we need to add some list of add-on that are not required

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment