]> git.proxmox.com Git - pve-container.git/blame - src/pct
add termproxy api call for lxc
[pve-container.git] / src / pct
CommitLineData
f76a2828
DM
1#!/usr/bin/perl -T
2
3use strict;
4use warnings;
f76a2828 5
9beee926 6use PVE::CLI::pct;
f76a2828 7
5fcbae6a 8PVE::CLI::pct->run_cli_handler();