Assorted shell and Python scripts

~tildegit_backup

+3 -1
+3 -1
tildegit_backup
··· 10 10 fi 11 11 12 12 TILDEGIT_URL="https://tildegit.org" 13 + TILDEGIT_CLONE_URL="git@tildegit.org:hyperreal" 13 14 BACKUP_DIR="/naspool/tildegit-backup" 14 15 15 16 curl -s -k \ ··· 25 26 git pull 26 27 else 27 28 cd "${BACKUP_DIR}" 28 - git clone "${TILDEGIT_URL}/hyperreal/${line}.git" 29 + git clone "${TILDEGIT_CLONE_URL}/${line}.git" 29 30 fi 31 + sleep 30 30 32 done <"${BACKUP_DIR}/repos.txt" 31 33 32 34 # vim: ts=4 sw=4 sts=4 ai et ft=bash