]> git.proxmox.com Git - pmg-api.git/blob - bin/pmgconfig
renamed: pmg-cron-hourly to pmg-hourly
[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();