projects
/
suckless
/
dmenu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
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 4ecf4faa957e6e15b3d90c92dfbb10c2e1e4d08a..f64c82e67093d3fce4039839a1992175f6ab4c63 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