

___x_cmd_storeread_(){
    x_=""
    [ "$___X_CMD_SHELL" = zsh ] || {
        x_="$("$@")"
        return
    }

    "$@" | read -r x_
}

