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