Skip to content

Instantly share code, notes, and snippets.

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 acacha/2a4d14a6661729108266 to your computer and use it in GitHub Desktop.
Save acacha/2a4d14a6661729108266 to your computer and use it in GitHub Desktop.
USER=acacha;PAGE=1; curl "https://api.github.com/users/$USER/repos?page=$PAGE&per_page=100" | grep -e 'git_url*' | cut -d \" -f 4 | xargs -L1 git clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment