Is it possible to download all these 136 repositories at once?
curl -s "https://api.github.com/users/historicalsource/repos?per_page... | grep \"clone_url\" | awk '{print $2}' | sed -e 's/"//g' -e 's/,//g' | xargs -n1 git clone
241–241 of 241 posts
Is it possible to download all these 136 repositories at once?