Browse Source

I also dislike sort -u, I support that each Unix tool does one job and does it right ;)

master 2.5
Anselm R. Garbe 18 years ago
parent
commit
28b6ea0f67
  1. 2
      dmenu_path

2
dmenu_path

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

Loading…
Cancel
Save