Langchain-Chatchat/shutdown_server.sh

1 line
77 B
Bash
Raw Normal View History

2023-07-28 16:12:57 +08:00
ps -eo user,pid,cmd|grep fastchat|grep -v grep|awk '{print $2}'|xargs kill -9