scene-digit-human/sadtalker-server/stop_sadtalker.sh

1 line
76 B
Bash

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