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