pve-manager/bin/pveam
2016-02-26 11:34:52 +01:00

9 lines
97 B
Perl
Executable File

#!/usr/bin/perl -T
use strict;
use warnings;
use PVE::CLI::pveam;
PVE::CLI::pveam->run_cli();