aboutsummaryrefslogtreecommitdiff
path: root/.local/bin-etc-opt-usr/opt/custom-dmenu-build/dmenu_path
diff options
context:
space:
mode:
authorBlista Kanjo2023-06-22 00:24:38 -0400
committerBlista Kanjo2023-06-22 00:24:38 -0400
commit9195205259e1e99a165339dddd2b14f30d92736c (patch)
tree8b065324decea69d3096267cb61cbacf1b7306dd /.local/bin-etc-opt-usr/opt/custom-dmenu-build/dmenu_path
parent6d21d16e0f0823f946b956ad0f0f3c09b837b33e (diff)
delete: bin-etc-opt-usr from this repo
Diffstat (limited to '.local/bin-etc-opt-usr/opt/custom-dmenu-build/dmenu_path')
-rwxr-xr-x.local/bin-etc-opt-usr/opt/custom-dmenu-build/dmenu_path13
1 files changed, 0 insertions, 13 deletions
diff --git a/.local/bin-etc-opt-usr/opt/custom-dmenu-build/dmenu_path b/.local/bin-etc-opt-usr/opt/custom-dmenu-build/dmenu_path
deleted file mode 100755
index 3a7cda7..0000000
--- a/.local/bin-etc-opt-usr/opt/custom-dmenu-build/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