Langchain-Chatchat/server/shutdown_all.sh

1 line
77 B
Bash

ps -eo user,pid,cmd|grep fastchat|grep -v grep|awk '{print $2}'|xargs kill -9