]> git.proxmox.com Git - pve-manager.git/blame - bin/vzdump
update shipped appliance info index
[pve-manager.git] / bin / vzdump
CommitLineData
9a225ed5 1#!/usr/bin/perl -T
aaeeeebe
DM
2
3use strict;
9a225ed5 4use warnings;
aaeeeebe 5
9a225ed5 6use PVE::CLI::vzdump;
4a4051d8 7
092fa1b0 8PVE::CLI::vzdump->run_cli_handler();