diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-06-14 08:59:25 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-06-14 08:59:25 -0700 |
| commit | 3376b6420d3b6cc965890e46e7bbd06fbc9fd037 (patch) | |
| tree | 67b59ce0f9ba016db62067a081c0535d064d2a3f /src/dmenu/dmenu-5.4/dmenu_path | |
| parent | d533343af750dcfda2321f33953b66396e767f10 (diff) | |
layout reorg
Diffstat (limited to 'src/dmenu/dmenu-5.4/dmenu_path')
| -rwxr-xr-x | src/dmenu/dmenu-5.4/dmenu_path | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/dmenu/dmenu-5.4/dmenu_path b/src/dmenu/dmenu-5.4/dmenu_path deleted file mode 100755 index 3a7cda7..0000000 --- a/src/dmenu/dmenu-5.4/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 |
