Explorar el Código

修改kill命令

leon hace 3 meses
padre
commit
3052b62310
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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