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

7 lines
72 B
Bash

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