| reportcmdstatus - Textually show how the given command finished |
reportcmdstatus - Textually show how the given command finished (exit status/signal)
reportcmdstatus [OPTIONS] [--] COMMAND [ARGS]
Take COMMAND's status and itself exits with it. Default is to exit 0.
If COMMAND did not exit normally, but it is terminated by a signal, exit 128 + SIGNAL, like most shells do.
Report what is being started, ie. COMMAND ARGS, to the STDERR.
Wait when COMMAND ended for the user to press Enter before quit.