# shellcheck shell=dash

___x_cmd_tz___run(){
    if ___x_cmd_hascmd tz; then
        ___x_cmd_tz___run(){
            command tz "$@"
        }
    else
        ___x_cmd_tz___run(){
            ___x_cmd snap --run tz "$@"
        }
    fi && ___x_cmd_tz___run "$@"
}

