client-sync.sh 224 B

12345678910111213
  1. #!/bin/sh
  2. # 更新本地分支到最新
  3. cd $GIT_ROOT/mj-proto/
  4. git pull
  5. # 更新本地分支到最新
  6. cd $GIT_ROOT/jm-dev/sproto-js/
  7. sh ./run.sh
  8. cd $GIT_ROOT/mj-proto/ && git status
  9. cd $GIT_ROOT/mj-creator/ && git status