]> git.proxmox.com Git - pmg-api.git/blame - bin/pmgcm
remove msgquote hack - syslog already work correctly
[pmg-api.git] / bin / pmgcm
CommitLineData
cba17aeb
DM
1#!/usr/bin/perl -T
2
3$ENV{'PATH'} = '/sbin:/bin:/usr/sbin:/usr/bin';
4
5delete @ENV{qw(IFS CDPATH ENV BASH_ENV)};
6
7use strict;
8use warnings;
9
10use PMG::CLI::pmgcm;
11
12PMG::CLI::pmgcm->run_cli_handler();