5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-12 09:17:58 +03:00
qemu-server/qm

9 lines
96 B
Plaintext
Raw Normal View History

2013-10-01 15:14:49 +04:00
#!/usr/bin/perl
2011-08-23 09:47:04 +04:00
use strict;
2013-10-01 15:14:49 +04:00
use warnings;
2011-08-23 09:47:04 +04:00
use PVE::CLI::qm;
2011-08-23 09:47:04 +04:00
PVE::CLI::qm->run_cli_handler();