#!/usr/bin/perl

use strict;
use warnings;

use PVE::CLI::termproxy;

PVE::CLI::termproxy->run_cli_handler();
