]> git.proxmox.com Git - pve-manager-legacy.git/blame - bin/pve6to7
bump version to 7.4-4
[pve-manager-legacy.git] / bin / pve6to7
CommitLineData
122071d2
TL
1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use PVE::CLI::pve6to7;
7
8PVE::CLI::pve6to7->run_cli_handler();