start.sh 262 B

1234567891011121314
  1. #!/bin/bash
  2. # cd e2j/testPb
  3. basepath=$(cd `dirname $0`; pwd)
  4. # 更新配置表
  5. cd ${basepath}
  6. git pull
  7. # 更新后端代码
  8. cd ../mergerpg_backend_kaifa
  9. # 解析配置表
  10. cd ${basepath}
  11. node index.js
  12. # # 复制共用文件
  13. # cd ${basepath}/tool
  14. # node copyXy.js