Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 262 Bytes

Github.md

File metadata and controls

7 lines (5 loc) · 262 Bytes

Github

The command below will clone all repos from a particular user account.

curl -s 'https://api.github.com/users/skaffolder/repos?page=12&per_page=100' | grep \"clone_url\" | awk '{print $2}' | sed -e 's/"//g' -e 's/,//g' | xargs -n1 git clone