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