2 lines
74 B
Bash
Executable File
2 lines
74 B
Bash
Executable File
ps -ef|grep chat_web_yj | grep -v grep | awk '{print $2}' | xargs kill -9
|