]> git.proxmox.com Git - pmg-api.git/blame - bin/pmgreport
rename safe_browsing_score to clamav_heuristic_score
[pmg-api.git] / bin / pmgreport
CommitLineData
3dfe317a
DM
1#!/usr/bin/perl -T
2
3use strict;
4use warnings;
5
6use PMG::CLI::pmgreport;
7
8PMG::CLI::pmgreport->run_cli_handler();