gitee2github.sh 72 B

123456
  1. while [ 1 ]
  2. do
  3. git pull gitee master
  4. git push
  5. sleep 30
  6. done