feat: add shell script
parent
2224a5e274
commit
58836c8428
|
|
@ -0,0 +1,3 @@
|
||||||
|
ps -ef | grep app.py | grep -v grep | awk '{print $2}' | xargs kill
|
||||||
|
nohup /home/hfy/miniconda3/envs/gptac_venv/bin/python -u app.py >> wechat_robot.log 2>&1 &
|
||||||
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
ps -ef | grep app.py | grep -v grep | awk '{print $2}' | xargs kill
|
||||||
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
tail -f wechat_robot.log -n 20
|
||||||
|
|
||||||
Loading…
Reference in New Issue