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