mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-28 09:28:40 +00:00
9 lines
102 B
Perl
9 lines
102 B
Perl
#!/usr/bin/perl
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use PVE::CLI::pvesh;
|
|
|
|
PVE::CLI::pvesh->run_cli_handler();
|