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

7 lines
81 B
Bash

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