poppy/kill_poppy.sh

1 line
63 B
Bash
Executable File

ps -ef | grep [p]oppy- | awk -F ' ' '{print$2}' | xargs kill -9