mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-04-28 22:33:01 +00:00
9 lines
96 B
Perl
Executable File
9 lines
96 B
Perl
Executable File
#!/usr/bin/perl
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use PVE::CLI::qm;
|
|
|
|
PVE::CLI::qm->run_cli_handler();
|