1
0

added dmenu_path convenience script

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

2
dmenubar/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