]> git.proxmox.com Git - pve-container.git/blob - src/pct
Refactor mountpoint and general conf methods
[pve-container.git] / src / pct
1 #!/usr/bin/perl -T
2
3 use strict;
4 use warnings;
5
6 use PVE::CLI::pct;
7
8 PVE::CLI::pct->run_cli();