mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-05 09:17:55 +03:00
cc7b93ec0c
and install bash completion helpers.
9 lines
110 B
Perl
Executable File
9 lines
110 B
Perl
Executable File
#!/usr/bin/perl
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use PVE::CLI::qmrestore;
|
|
|
|
PVE::CLI::qmrestore->run_cli_handler();
|