]> git.proxmox.com Git - pve-manager.git/blob - bin/pveam
remove obsolete (rgmanager era) HA resource agent
[pve-manager.git] / bin / pveam
1 #!/usr/bin/perl -T
2
3 use strict;
4 use warnings;
5
6 use PVE::CLI::pveam;
7
8 PVE::CLI::pveam->run_cli_handler();