summaryrefslogtreecommitdiff
path: root/bin/wmenu-run
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wmenu-run')
-rwxr-xr-xbin/wmenu-run2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/wmenu-run b/bin/wmenu-run
new file mode 100755
index 0000000..6d80a33
--- /dev/null
+++ b/bin/wmenu-run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec $(IFS=:; find -L ${PATH} -type f -perm -555 -exec basename -a '{}' + | sort -u | wmenu -p run:)