Xinqi Bao's Git
projects
/
dmenu.git
/ blob
summary
|
log
|
commit
|
diff
|
tree
history
|
raw
|
HEAD
added dmenu_path convenience script
[dmenu.git]
/
dmenu_path
1
#!/bin/sh
2
/
bin
/
ls
-lL
`echo
$PATH
| tr : ' '`
2
> /
dev
/
null |
awk
'
$1
~ /^[^d].*x/ { print
$NF
}'
|
/
usr
/
bin
/
sort
-u