5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-24 02:04:10 +03:00

9 lines
96 B
Plaintext
Raw Normal View History

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