run-exe-wrap.sh 256 B

12345678910
  1. #!/bin/bash
  2. echo "Run-Commands(打包,打成可执行文件):" \
  3. && set -x \
  4. && cd /home/server/projects/taiwuict/cscec-8bur-vms/component-interface \
  5. && pyinstaller main.spec \
  6. --onefile \
  7. --distpath . \
  8. && tar -cf main.tar main \
  9. && ./main