pve-manager/bin/pve5to6
Thomas Lamprecht f72c8f8c1c followups: pve5to6
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-06-25 09:04:07 +02:00

9 lines
106 B
Perl
Executable File

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