mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-26 21:12:47 +00:00
9 lines
106 B
Perl
Executable File
9 lines
106 B
Perl
Executable File
#!/usr/bin/perl
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use PVE::CLI::pve6to7;
|
|
|
|
PVE::CLI::pve6to7->run_cli_handler();
|