From b6309f6e21c875278cd39fef04d38e5d802366fa Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Wed, 12 Apr 2023 15:25:04 -0500 Subject: feat(bin): add wmenu wrapper and runner --- bin/wmenu-run.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bin/wmenu-run.sh (limited to 'bin/wmenu-run.sh') diff --git a/bin/wmenu-run.sh b/bin/wmenu-run.sh new file mode 100755 index 0000000..3822325 --- /dev/null +++ b/bin/wmenu-run.sh @@ -0,0 +1,7 @@ +exec $( + (IFS=: + for p in $PATH; do + ls 2>/dev/null -1 "$p" + done + ) | wmenu.sh -p "Run:" +) -- cgit v1.2.3