gitee2github.sh 59 B

12345
  1. while [ 1 ]
  2. do
  3. git pull gitee master
  4. git push
  5. done