diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-09-05 14:50:04 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-09-05 14:50:04 +0400 |
commit | 3f2016937edb6805ee5236e38d43093ad34a2bc4 (patch) | |
tree | 4e6e938119d050a908267483ff3ecc4bd1466805 /src/dmenu_path | |
parent | 0665ff585974c9c7d235055907e9c4680527a158 (diff) |
directory layout changed
Diffstat (limited to 'src/dmenu_path')
-rwxr-xr-x | src/dmenu_path | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/dmenu_path b/src/dmenu_path deleted file mode 100755 index 3a7cda7..0000000 --- a/src/dmenu_path +++ /dev/null @@ -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 |