]> git.proxmox.com Git - pmg-api.git/blob - bin/pmgperf
move cleanup_stats() to PMG::DBTools::purge_statistic_database()
[pmg-api.git] / bin / pmgperf
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use PMG::CLI::pmgperf;
7
8 PMG::CLI::pmgperf->run_cli_handler();