build.sh 224 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 #!/usr/bin/env bash ##部署脚本/文件路径 deploy_shell_path="/home/tiptok/test/ability.tar" go build -o ability main.go chmod +x ability tar -zcvf ${deploy_shell_path} ability conf deploy.sh run.sh start.sh stop.sh