tangled
alpha
login
or
join now
hyperreal.bsky.moonshadow.dev
/
bin
0
fork
atom
Assorted shell and Python scripts
0
fork
atom
overview
issues
pulls
pipelines
~tildegit_backup
hyperreal.bsky.moonshadow.dev
4 months ago
be4ea35a
a6f415e9
+3
-1
1 changed file
expand all
collapse all
unified
split
tildegit_backup
+3
-1
tildegit_backup
···
10
10
fi
11
11
12
12
TILDEGIT_URL="https://tildegit.org"
13
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
28
-
git clone "${TILDEGIT_URL}/hyperreal/${line}.git"
29
29
+
git clone "${TILDEGIT_CLONE_URL}/${line}.git"
29
30
fi
31
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