pve-manager/bin/pve6to7
Thomas Lamprecht 4177a14d13 add pve6to7 WIP
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-19 19:01:51 +02:00

9 lines
106 B
Perl
Executable File

#!/usr/bin/perl
use strict;
use warnings;
use PVE::CLI::pve6to7;
PVE::CLI::pve6to7->run_cli_handler();