Files
P42_API/stopApi.sh
T
STEINNI 6fb75a0888 1st
2025-08-30 23:26:12 +00:00

7 lines
87 B
Bash
Executable File

#!/bin/sh
pid=`ps -ef | grep p42api |grep -v grep | awk '{print $2}'`
kill -9 $pid