# shellcheck shell=dash
## all in a row
___x_cmd_xx___continue(){
    case "$___X_CMD_XX_LAST_ERRCODE" in
        0)      ___x_cmd_xx___next    "$@"  ;;
        *)      ___x_cmd_xx___fix     "$@"  ;;
    esac
}


