@@ -0,0 +1,4 @@
+#!/bin/bash
+
+# 监控接口
+go build -o ./exe/dispatch_server.exe ./amd64/dispatch_server/main.go
@@ -0,0 +1,5 @@
+mkdir -p ./log
+nohup ./exe/dispatch_server.exe > ./log/dispatch_server.out 2>&1 &