added dmenu_path convenience script

This commit is contained in:
Anselm R. Garbe 2007-02-23 10:16:43 +01:00
parent de34639883
commit 5f436fdcb7
2 changed files with 6 additions and 3 deletions

2
dmenu_path Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
/bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | /usr/bin/sort -u