pikapython/tools/gitRepoUpdate/github2gitee.sh

6 lines
60 B
Bash
Raw Normal View History

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