mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-20 05:43:18 +08:00
1 line
111 B
Bash
1 line
111 B
Bash
ps -eo pid,user,cmd|grep -P 'server/api.py|webui.py|fastchat.serve'|grep -v grep|awk '{print $1}'|xargs kill -9 |