Added little script to quickly kill processes
This commit is contained in:
4
Scripts/.local/scripts/qscope
Executable file
4
Scripts/.local/scripts/qscope
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
pid=$(pgrep ".*" -l | dmenu -p "Choose process: " | sed "s/\\([0-9]*\\).*/\1/g")
|
||||
kill -9 $pid
|
||||
Reference in New Issue
Block a user