mirror of
git://git.proxmox.com/git/pve-storage.git
synced 2025-02-10 13:57:38 +03:00
9 lines
102 B
Plaintext
9 lines
102 B
Plaintext
|
#!/usr/bin/perl
|
||
|
|
||
|
use strict;
|
||
|
use warnings;
|
||
|
|
||
|
use PVE::CLI::pvesr;
|
||
|
|
||
|
PVE::CLI::pvesr->run_cli_handler();
|