mirror of
https://github.com/jiangcuo/pve-storage.git
synced 2026-08-10 05:37:28 +00:00
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();
|