This commit is contained in:
yumoqing 2025-08-02 01:20:07 +08:00
parent 55a80d52c2
commit 646296e1a7
2 changed files with 0 additions and 11 deletions

View File

@ -1,7 +0,0 @@
#!/usr/bin/bash
rundir=/d/ymq/py/sage
cd $rundir
/d/ymq/py3/bin/python $rundir/app/sage.py -p 9180 -w $rundir &
/d/ymq/py3/bin/python $rundir/app/sage.py -p 9181 -w $rundir &
exit 0

View File

@ -1,4 +0,0 @@
#!/usr/bin/bash
ps -ef|grep "app/sage.py"|grep -v grep|awk '{print("kill -9", $2)}'|sh