4 lines
100 B
Bash
Executable File
4 lines
100 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
ps aux | grep -v grep |grep dimland | grep -v idle | awk '{print $2}' | xargs kill
|