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