Files
gangyan/backend/stop.sh

2 lines
74 B
Bash
Raw Normal View History

ps -ef|grep chat_web_yj | grep -v grep | awk '{print $2}' | xargs kill -9