SoulBook/stop.sh
2024-08-01 19:38:07 +08:00

2 lines
77 B
Bash

ps -ef | grep "c soulbook" | grep -v grep | awk '{print $2}' | xargs kill -9