run-web_server.sh 82 B

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