From 1d189ed52a2710a1b5fb01fef8cc426f44ac47bf Mon Sep 17 00:00:00 2001 From: tpollina Date: Fri, 13 Dec 2019 13:03:07 -0800 Subject: [PATCH] Update killer.sh --- scripts/killer.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/killer.sh b/scripts/killer.sh index 801bbc2..f34c0b9 100644 --- a/scripts/killer.sh +++ b/scripts/killer.sh @@ -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