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