pinosaur
/
dmenu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
598d72f
)
I also dislike sort -u, I support that each Unix tool does one job and does it right ;)
author
Anselm R. Garbe
<arg@suckless.org>
Sat, 24 Feb 2007 14:38:10 +0000
(15:38 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Sat, 24 Feb 2007 14:38:10 +0000
(15:38 +0100)
dmenu_path
patch
|
blob
|
history
diff --git
a/dmenu_path
b/dmenu_path
index
4ecf4fa
..
f64c82e
100755
(executable)
--- a/
dmenu_path
+++ b/
dmenu_path
@@
-6,4
+6,4
@@
do
do
test -x "$file" && echo "${file##*/}"
done
-done | sort
-u
+done | sort
| uniq