This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Replace GITHUB_NAME with your github username (e.g. leoapost) | |
for x in $(curl https://api.github.com/users/GITHUB_NAME/repos | grep ssh_url | awk 'gsub(/.*\/|\.git.*/,"")') ; do if [ ! -d $x ]; then git clone [email protected]:GITHUB_NAME/$x.git ; fi ; done |
NewerOlder