Add all hsg-project repos to GitHub Desktop
# sleep 1 gives the new GitHub Desktop client time to add/accept the new repos cd ~/workspace/hsg-project github . cd repos for folder in $(find * -maxdepth 0 -type d ); do github $folder; sleep 1; done