pikapython/tools/gitRepoUpdate/github2gitee.sh
2022-06-01 09:59:28 +08:00

7 lines
72 B
Bash

while [ 1 ]
do
git pull
git push gitee master
sleep 30
done