mirror of
git://git.proxmox.com/git/pve-storage.git
synced 2025-01-12 09:18:01 +03:00
9 lines
94 B
Perl
Executable File
9 lines
94 B
Perl
Executable File
#!/usr/bin/perl
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use PVE::CLI::pvesm;
|
|
|
|
PVE::CLI::pvesm->run_cli();
|