]> git.proxmox.com Git - pve-manager.git/blob - bin/pveceph
update shipped appliance info index
[pve-manager.git] / bin / pveceph
1 #!/usr/bin/perl -T
2
3 use strict;
4 use warnings;
5
6 use PVE::CLI::pveceph;
7
8 PVE::CLI::pveceph->run_cli_handler();