]> git.proxmox.com Git - pmg-api.git/blob - bin/pmgconfig
PMG/CLI/pmgqm.pm: uri_esacpe ticket
[pmg-api.git] / bin / pmgconfig
1 #!/usr/bin/perl -T
2
3 use strict;
4 use warnings;
5
6 use PMG::CLI::pmgconfig;
7
8 PMG::CLI::pmgconfig->run_cli_handler();