mirror of
git://git.proxmox.com/git/pve-storage.git
synced 2024-12-22 13:34:16 +03:00
f984732e0e
and use run_cli_handler instead of depreciated run_cli.
9 lines
102 B
Perl
Executable File
9 lines
102 B
Perl
Executable File
#!/usr/bin/perl
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use PVE::CLI::pvesm;
|
|
|
|
PVE::CLI::pvesm->run_cli_handler();
|