aboutsummaryrefslogtreecommitdiff
path: root/bin/menu_run
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-06-20 13:57:23 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-06-20 13:57:23 -0700
commite12e88483cc0a2dbdc2b6ff6a3c45750cfc17d1e (patch)
tree453126005a4867fafc3693d5976e1730e8ca2531 /bin/menu_run
parentdb8e974d48b8a9de58f660f159a780dce2992bb7 (diff)
fix: added aux menu files
Diffstat (limited to 'bin/menu_run')
-rwxr-xr-xbin/menu_run2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/menu_run b/bin/menu_run
new file mode 100755
index 0000000..5a1b9a0
--- /dev/null
+++ b/bin/menu_run
@@ -0,0 +1,2 @@
+#!/bin/sh
+menu_path | menu "$@" | ${SHELL:-"/bin/sh"} &