]> git.proxmox.com Git - pmg-api.git/blame - bin/pmgperf
wrap and sort + debhelper 10 buildep
[pmg-api.git] / bin / pmgperf
CommitLineData
3c08696c
DM
1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use PMG::CLI::pmgperf;
7
8PMG::CLI::pmgperf->run_cli_handler();