pve-manager/bin/pve5to6

9 lines
106 B
Plaintext
Raw Normal View History

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