pikapython/tools/gitRepoUpdate/gitee2github.sh

6 lines
59 B
Bash
Raw Normal View History

2022-01-01 20:31:37 +08:00
while [ 1 ]
do
git pull gitee master
git push
done