Xinqi Bao's Git
59fe64d2acc6c1fa8b90c3b8bcd06ba95eacf104
2 CACHE
=$HOME/.dmenu_cache
5 if ! test -f "$CACHE" ||
find $PATH -type d
-newer "$CACHE" |
grep -q .
; then
6 find -L $PATH -type f \
( -perm -1 -o -perm -10 -o -perm -100 \
) |
sed 's/.*\///' |
sort -u > "$CACHE"