start.sh 160 B

123
  1. ps -ef | grep app.py | grep -v grep | awk '{print $2}' | xargs kill
  2. nohup /home/hfy/miniconda3/envs/gptac_venv/bin/python -u app.py >> wechat_robot.log 2>&1 &