projects
/
pve-access-control.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
bump version to 7.1-8
[pve-access-control.git]
/
src
/
pveum
1
#!/usr/bin/perl
2
3
use
strict
;
4
use
warnings
;
5
6
use
PVE
::
CLI
::
pveum
;
7
8
PVE
::
CLI
::
pveum-
>
run_cli_handler
();