#!/bin/bash # 监控接口 mkdir -p ./log nohup ./exe/dispatch_server.exe > ./log/dispatch_server.out 2>&1 &