]> git.proxmox.com Git - pve-manager.git/blame - bin/pveam
pveupdate - always run check for available updates
[pve-manager.git] / bin / pveam
CommitLineData
108b7229 1#!/usr/bin/perl -T
aff192e6
DM
2
3use strict;
776de3bc 4use warnings;
aff192e6 5
108b7229 6use PVE::CLI::pveam;
aff192e6 7
66f7b0f7 8PVE::CLI::pveam->run_cli_handler();