mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 18:50:36 +00:00

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> (cherry picked from commit f72c8f8c1c7e5bd52e98da36cc5f6464b614bae2) Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
9 lines
106 B
Perl
Executable File
9 lines
106 B
Perl
Executable File
#!/usr/bin/perl
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use PVE::CLI::pve5to6;
|
|
|
|
PVE::CLI::pve5to6->run_cli_handler();
|