]> git.proxmox.com Git - pmg-api.git/blob - bin/pmgperf
bump version to 5.0-74
[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();