Skip to content

Instantly share code, notes, and snippets.

View 0rigin-c0de's full-sized avatar
🎓
Learning

Shunnu 0rigin-c0de

🎓
Learning
View GitHub Profile
@0rigin-c0de
0rigin-c0de / clone.bash
Created January 21, 2023 19:28 — forked from milanboers/clone.bash
Clone all repositories of a Github user
curl -s https://api.github.com/users/milanboers/repos | grep \"clone_url\" | awk '{print $2}' | sed -e 's/"//g' -e 's/,//g' | xargs -n1 git clone