1st
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
pid=`ps -ef | grep p42api |grep -v grep | awk '{print $2}'`
|
||||
kill -9 $pid
|
||||
|
||||
|
||||
Reference in New Issue
Block a user