dmenu

my build of dmenu
git clone git://git.ckyln.com/~cem/dmenu.git
Log | Files | Refs | README | LICENSE

commit 28b6ea0f67ee02b0ff04a267671a255b47c21559
parent 598d72fba9cb6551ddfe8cf4ab470e3a9185bb72
Author: Anselm R. Garbe <arg@suckless.org>
Date:   Sat, 24 Feb 2007 15:38:10 +0100

I also dislike sort -u, I support that each Unix tool does one job and does it right ;)
Diffstat:
Mdmenu_path | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dmenu_path b/dmenu_path @@ -6,4 +6,4 @@ do do test -x "$file" && echo "${file##*/}" done -done | sort -u +done | sort | uniq