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