5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2024-12-21 09:34:10 +03:00
qemu-server/qm
Dietmar Maurer cc7b93ec0c convert qmrestore into a PVE::CLI class
and install bash completion helpers.
2015-10-05 13:10:24 +02:00

9 lines
96 B
Perl
Executable File

#!/usr/bin/perl
use strict;
use warnings;
use PVE::CLI::qm;
PVE::CLI::qm->run_cli_handler();