5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-22 22:03:55 +03:00
qemu-server/qmrestore

9 lines
110 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;
use PVE::CLI::qmrestore;
PVE::CLI::qmrestore->run_cli_handler();