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