#!/bin/bash curl "https://api.github.com/users/historicalsource/repos?page=1&per_page=100" | grep git_url | cut -d \" -f 4 | xargs -L1 git clone curl "https://api.github.com/search/repositories?q=created:%3E2019-04-01+sort:updated+user:historicalsource&per_page=100" | grep git_url | cut -d \" -f 4 | xargs -L1 git clone