build-dispatch_server.sh 114 B

12345
  1. #!/bin/bash
  2. # 监控接口
  3. mkdir -p ./deploy/exe/
  4. go build -o ./deploy/exe/dispatch_server.exe ./src/main/main.go