dify-on-wechat/stop.sh

3 lines
69 B
Bash
Executable File

ps -ef | grep app.py | grep -v grep | awk '{print $2}' | xargs kill