mirror of
https://github.com/jiangcuo/qemu-server
synced 2026-08-25 03:53:17 +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();
|