#!/usr/bin/perl

use strict;
use warnings;

use PMG::CLI::pmgbackup;

PMG::CLI::pmgbackup->run_cli_handler();
