]> git.proxmox.com Git - pve-manager.git/blame - bin/pvesh
api: add proxmox-firewall to versions pkg list
[pve-manager.git] / bin / pvesh
CommitLineData
776de3bc 1#!/usr/bin/perl
aff192e6 2
aff192e6 3use strict;
776de3bc 4use warnings;
f6b62dd2 5
ece19ae2 6use PVE::CLI::pvesh;
f6b62dd2 7
ece19ae2 8PVE::CLI::pvesh->run_cli_handler();