2 lines
59 B
Bash
Executable File
2 lines
59 B
Bash
Executable File
kill -9 $(ps ax | grep -i jagex | awk -F ' ' '{print $1}')
|