diff options
-rwxr-xr-x | with-shell | 1 | ||||
-rwxr-xr-x | with-shell-on-error | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -1,4 +1,3 @@ #!/bin/sh - "$@" exec "${SHELL:-sh}" diff --git a/with-shell-on-error b/with-shell-on-error index 40f9980..d29a1d6 100755 --- a/with-shell-on-error +++ b/with-shell-on-error @@ -1,3 +1,2 @@ #!/bin/sh - "$@" || exec "${SHELL:-sh}" |