00.release.sh 321 B

123456789101112131415161718192021222324252627
  1. set -e
  2. #----------------------------------------------
  3. #(x.1)当前路径
  4. curPath=$PWD
  5. cd $curPath/../release-bash
  6. export releaseBashPath=$PWD
  7. #----------------------------------------------
  8. #(x.2)
  9. cd $releaseBashPath
  10. bash startup.bash
  11. #----------------------------------------------
  12. #(x.9)
  13. #cd $curPath