]> git.proxmox.com Git - pve-manager.git/blob - bin/vzdump
ui: disable new notification UI for now, will be reworked
[pve-manager.git] / bin / vzdump
1 #!/usr/bin/perl -T
2
3 use strict;
4 use warnings;
5
6 use PVE::CLI::vzdump;
7
8 PVE::CLI::vzdump->run_cli_handler();