aboutsummaryrefslogtreecommitdiff
path: root/with-shell
diff options
context:
space:
mode:
Diffstat (limited to 'with-shell')
-rwxr-xr-xwith-shell4
1 files changed, 4 insertions, 0 deletions
diff --git a/with-shell b/with-shell
new file mode 100755
index 0000000..6819aa6
--- /dev/null
+++ b/with-shell
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+"$@"
+exec "${SHELL:-sh}"