]> git.proxmox.com Git - pve-manager.git/blame - bin/pve6to7
buildsys: rework doc-gen cleanup and makefile inclusion
[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();