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