9 lines
105 B
Perl
Executable File
9 lines
105 B
Perl
Executable File
#!/usr/bin/perl -T
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use PVE::CLI::pveam;
|
|
|
|
PVE::CLI::pveam->run_cli_handler();
|