Skip to content

Instantly share code, notes, and snippets.

@Wqrld
Created March 18, 2023 17:17
Show Gist options
  • Save Wqrld/33a07aa9bb04914b4fc3d563bc6451c2 to your computer and use it in GitHub Desktop.
Save Wqrld/33a07aa9bb04914b4fc3d563bc6451c2 to your computer and use it in GitHub Desktop.
bash -c 'for ((i=1; i < 7; ++i)); do curl "https://api.github.com/users/Wqrld/starred?page=0&per_page=100" | jq .[].ssh_url; done' | sed 's/"//g' | xargs -L1 git clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment