]> git.proxmox.com Git - pmg-api.git/blob - src/bin/pmgreport
fix #2430: ruledb disclaimer: make separator configurable
[pmg-api.git] / src / bin / pmgreport
1 #!/usr/bin/perl -T
2
3 use strict;
4 use warnings;
5
6 use PMG::CLI::pmgreport;
7
8 PMG::CLI::pmgreport->run_cli_handler();