clone_personal_repos.sh 357 B

123456789101112131415
  1. #!/bin/bash
  2. # fail if any commands fails
  3. set -e
  4. # debug log
  5. #set -x
  6. mkdir -p ~/src
  7. cd ~/src || return
  8. git clone git@notabug.org:lea2501/dotfiles.git
  9. git clone git@notabug.org:lea2501/scripts.git
  10. git clone git@notabug.org:lea2501/guides.git
  11. git clone git@notabug.org:lea2501/doom-random-map-sh.git
  12. git clone git@notabug.org:lea2501/quake-random-map-sh.git