
___X_CMD_ROOT_MOD=""
. "$___X_CMD_ROOT_CODE/X"

___x_cmd_shbin_exec(){
    local ___x_cmd_shbin_exec_code="$___X_CMD_SHBIN_CODE"
    unset ___X_CMD_SHBIN_CODE

    if [ -n "$___x_cmd_shbin_exec_code" ]; then
        eval "$___x_cmd_shbin_exec_code"
    else
        "$@"
    fi
}

___x_cmd_shbin_exec "$@"
