dmenu/dmenu_path
Anselm R. Garbe 68a24f5535 hotfix
2007-02-23 13:28:38 +01:00

3 lines
111 B
Bash
Executable File

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