make qscope a single pipe

This commit is contained in:
2025-10-23 00:13:20 +01:00
parent f20c7f25cb
commit c4e935e3d6

View File

@@ -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