summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-04-14 19:50:03 -0500
committerSam Nystrom <sam@samnystrom.dev>2023-04-14 19:50:03 -0500
commitc56dd1014f1f50c9d548b38798509b46e7176a6b (patch)
treeb170683366d476d6e31d7ec70fea56b604ed95ac
parent6eaecafe7fe6bf469799a987ec28a7e03fe0220d (diff)
fix(bin): add shebang to wmenu-run.sh
-rwxr-xr-xbin/wmenu-run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/wmenu-run.sh b/bin/wmenu-run.sh
index 3822325..9f8bcd0 100755
--- a/bin/wmenu-run.sh
+++ b/bin/wmenu-run.sh
@@ -1,3 +1,7 @@
+#!/bin/sh
+
+set -eu
+
exec $(
(IFS=:
for p in $PATH; do