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

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