diff options
Diffstat (limited to 'optcvt.sh')
-rwxr-xr-x | optcvt.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ COLUMNS="${SIZE#* }" if test "$COLUMNS" -ge $((2*$MINWIDTH+1)); then exec $TCVT "$@" +elif test -z "$@"; then + exec "$SHELL" else exec "$@" fi |