pikapython/tools/gitRepoUpdate/github2gitee.sh
2022-01-01 20:31:37 +08:00

6 lines
60 B
Bash

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