]> git.proxmox.com Git - pmg-api.git/blob - src/bin/pmgsubscription
fix #2430: ruledb disclaimer: make separator configurable
[pmg-api.git] / src / 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();