9 lines
102 B
Perl
9 lines
102 B
Perl
#!/usr/bin/perl
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use PVE::CLI::pvesh;
|
|
|
|
PVE::CLI::pvesh->run_cli_handler();
|