This commit is contained in:
STEINNI
2025-08-30 23:26:12 +00:00
commit 6fb75a0888
9 changed files with 7079 additions and 0 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
pid=`ps -ef | grep p42api |grep -v grep | awk '{print $2}'`
kill -9 $pid