mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-11 05:17:57 +03:00
9 lines
88 B
Perl
Executable File
9 lines
88 B
Perl
Executable File
#!/usr/bin/perl
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use PVE::CLI::qm;
|
|
|
|
PVE::CLI::qm->run_cli();
|