8 lines
107 B
Perl
Executable file
8 lines
107 B
Perl
Executable file
#!/usr/bin/perl -T
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use PVE::CLI::vzdump;
|
|
|
|
PVE::CLI::vzdump->run_cli_handler();
|