run.sh 76 B

12345
  1. #!/bin/sh
  2. export GO111MODULE=off
  3. nohup ./Wx_MP >> ./log/nohup.out 2>&1 &