5 lines
85 B
Bash
Executable File
5 lines
85 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
kill -9 $(ps -aux | grep -v grep | grep mev | awk '{print $2 }')
|
|
|