make qscope a single pipe
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
pid=$(pgrep ".*" -l | dmenu -p "Choose process: " | sed "s/\\([0-9]*\\).*/\1/g")
|
||||
kill -9 $pid
|
||||
pgrep ".*" -l | dmenu -p "Choose process: " | sed "s/\\([0-9]*\\).*/\1/g" | xargs kill -9 $1
|
||||
|
||||
Reference in New Issue
Block a user