]> git.proxmox.com Git - pmg-api.git/blame - bin/pmgconfig
pmg-smtp-filter: fix safebrowsing hit detection
[pmg-api.git] / bin / pmgconfig
CommitLineData
f983300f
DM
1#!/usr/bin/perl -T
2
3use strict;
4use warnings;
5
6use PMG::CLI::pmgconfig;
7
8PMG::CLI::pmgconfig->run_cli_handler();