mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2024-12-21 09:34:10 +03:00
cc7b93ec0c
and install bash completion helpers.
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();
|