summaryrefslogtreecommitdiff
path: root/bin/wmenu-run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wmenu-run.sh')
-rwxr-xr-xbin/wmenu-run.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/bin/wmenu-run.sh b/bin/wmenu-run.sh
deleted file mode 100755
index 9f8bcd0..0000000
--- a/bin/wmenu-run.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -eu
-
-exec $(
- (IFS=:
- for p in $PATH; do
- ls 2>/dev/null -1 "$p"
- done
- ) | wmenu.sh -p "Run:"
-)