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