ok 2.4.2
[dmenu.git] / dmenu_path
1 #!/bin/sh
2 /bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | sort -u