2 lines
53 B
Bash
Executable File
2 lines
53 B
Bash
Executable File
ps | grep python | awk '{print $1}' | xargs kill -9
|