pikapython/tools/gitRepoUpdate/gitee2github.sh

7 lines
72 B
Bash
Raw Normal View History

2022-01-01 20:31:37 +08:00
while [ 1 ]
do
2022-06-01 09:58:56 +08:00
git pull gitee master
2022-01-01 20:31:37 +08:00
git push
2022-06-01 09:57:33 +08:00
sleep 30
2022-01-01 20:31:37 +08:00
done