sage/stop.sh
2025-07-16 14:28:41 +08:00

5 lines
89 B
Bash
Executable File

#!/usr/bin/bash
ps -ef|grep "app/sage.py"|grep -v grep|awk '{print("kill -9", $2)}'|sh