Remove bloat

This commit is contained in:
Hektor Misplon
2020-05-07 00:22:35 +00:00
parent 924906a13f
commit 0aaa47da1e
107 changed files with 0 additions and 22833 deletions

View File

@@ -1,13 +0,0 @@
#!/bin/sh
cachedir="${XDG_CACHE_HOME:-"$HOME/.cache"}"
cache="$cachedir/dmenu_run"
[ ! -e "$cachedir" ] && mkdir -p "$cachedir"
IFS=:
if stest -dqr -n "$cache" $PATH; then
stest -flx $PATH | sort -u | tee "$cache"
else
cat "$cache"
fi