]> git.proxmox.com Git - pve-manager.git/blame - bin/pve6to7
update source of pve7to8 upgrade checker script
[pve-manager.git] / bin / pve6to7
CommitLineData
4177a14d
TL
1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use PVE::CLI::pve6to7;
7
8PVE::CLI::pve6to7->run_cli_handler();