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

6 lines
59 B
Bash

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