mirror of
https://github.com/jiangcuo/pve-storage.git
synced 2025-08-25 07:13:54 +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();
|