[CONTACT]

[ABOUT]

[POLICY]

git clone dmenu dmenu Log gph

Found at: gopher.r-36.net:70/scm/dmenu/commit/28b6ea0f67ee02b0ff04a267671a255b47c21559.gph

tI also dislike sort -u, I support that each Unix tool does one job and does it right ;) - dmenu - Dmenu fork with xft fonts.

git clone git://r-36.net/dmenu

Log

Files

Refs

README

LICENSE

---

commit 28b6ea0f67ee02b0ff04a267671a255b47c21559

parent 598d72fba9cb6551ddfe8cf4ab470e3a9185bb72

Author: Anselm R. Garbe

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:
  dmenu_path                          |       2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---

diff --git a/dmenu_path b/dmenu_path

t@@ -6,4 +6,4 @@ do
         do
                 test -x "$file" && echo "${file##*/}"
         done
-done | sort -u
+done | sort | uniq
.


AD: