]> git.proxmox.com Git - pmg-api.git/blame - bin/pmgreport
implement pmgversion
[pmg-api.git] / bin / pmgreport
CommitLineData
3dfe317a
DM
1#!/usr/bin/perl -T
2
3use strict;
4use warnings;
5
6use PMG::CLI::pmgreport;
7
8PMG::CLI::pmgreport->run_cli_handler();