
___x_cmd_shudo(){
    local ___CODE="
. $___X_CMD_ROOT/X;
"
    local IFS=" "
    sudo "${SHELL}" -c "$___CODE
$*"
}

