jar-run.sh 847 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. #!/bin/bash
  2. echo "begin copy siwei-gateway "
  3. cd ./siwei/gateway
  4. sed -i 's/\r//' run.sh
  5. ./run.sh
  6. cd ../../
  7. echo "begin copy siwei-auth "
  8. cd ./siwei/auth
  9. sed -i 's/\r//' run.sh
  10. ./run.sh
  11. cd ../../
  12. echo "begin copy siwei-visual "
  13. cd ./siwei/visual/monitor
  14. sed -i 's/\r//' run.sh
  15. ./run.sh
  16. cd ../../../
  17. echo "begin copy siwei-modules-system "
  18. cd ./siwei/modules/system
  19. sed -i 's/\r//' run.sh
  20. ./run.sh
  21. cd ../../../
  22. echo "begin copy siwei-modules-file "
  23. cd ./siwei/modules/file
  24. sed -i 's/\r//' run.sh
  25. ./run.sh
  26. cd ../../../
  27. echo "begin copy siwei-modules-job "
  28. cd ./siwei/modules/job
  29. sed -i 's/\r//' run.sh
  30. ./run.sh
  31. cd ../../../
  32. echo "begin copy siwei-modules-gen "
  33. cd ./siwei/modules/gen
  34. sed -i 's/\r//' run.sh
  35. ./run.sh
  36. cd ../../../
  37. echo "begin copy siwei-modules-spatial "
  38. cd ./siwei/modules/spatial
  39. sed -i 's/\r//' run.sh
  40. ./run.sh
  41. cd ../../../