leon 3 долоо хоног өмнө
parent
commit
5844e291ca
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -10,7 +10,8 @@ status:
 	@ps -ef | grep infer.py | grep -v grep
 
 kill:
-	@$(shell ps -ef | grep infer.py | grep -v grep | awk '{print $2}' | xargs kill)
+	@ps -ef | grep infer.py | grep -v grep | awk '{print $$2}' | xargs kill
+	@ps -ef | grep infer.py
 
 log:
 	@tail -f log/runtime.log