diff options
Diffstat (limited to 'with-shell')
-rwxr-xr-x | with-shell | 4 |
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}" |