mirror of
git://git.proxmox.com/git/pve-access-control.git
synced 2025-02-01 05:47:07 +03:00
6bc6a78ac0
anything that uses it should already generate it anyway. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
9 lines
102 B
Perl
Executable File
9 lines
102 B
Perl
Executable File
#!/usr/bin/perl
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use PVE::CLI::pveum;
|
|
|
|
PVE::CLI::pveum->run_cli_handler();
|