initial commit
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
ps aux | grep -v grep |grep dimland | grep -v idle | awk '{print $2}' | xargs kill
|
||||
Reference in New Issue
Block a user