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