1
0
Fork 0
dmenu/dmenu_path

3 lines
107 B
Text
Raw Normal View History

2007-02-23 11:16:43 +02:00
#!/bin/sh
2007-02-23 14:51:06 +02:00
/bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | sort -u