2 lines
70 B
Bash
2 lines
70 B
Bash
|
|
kill -9 $(ps aux | grep 'python' | grep -v 'grep' | awk '{print $2}')
|