#!/bin/bash

echo "Run-Commands(打包,打成可执行文件):" \
&& set -x \
&& cd /home/server/projects/taiwuict/cscec-8bur-vms/component-interface \
&& pyinstaller main.spec \
    --onefile \
    --distpath . \
&& tar -cf main.tar main \
&& ./main