Update killer.sh
This commit is contained in:
parent
5e148cbd60
commit
1d189ed52a
|
@ -3,4 +3,6 @@
|
|||
|
||||
scrip_name=$1
|
||||
|
||||
kill -9 `ps ax | grep "python3.7 $scrip_name" | head -1 | awk '{print $1}'`
|
||||
kill -9 `ps ax | grep "python3.7 $scrip_name" | head -1 | awk '{print $1}'
|
||||
|
||||
python3.7 $HOME/PlanktonScope/scripts/recover.py
|
||||
|
|
Loading…
Reference in a new issue