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