]> git.proxmox.com Git - pve-manager.git/blob - bin/pve7to8
update shipped appliance info index
[pve-manager.git] / bin / pve7to8
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use PVE::CLI::pve7to8;
7
8 PVE::CLI::pve7to8->run_cli_handler();