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