mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-28 13:29:58 +00:00
9 lines
122 B
Perl
Executable File
9 lines
122 B
Perl
Executable File
#!/usr/bin/perl
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use PVE::CLI::pvesubscription;
|
|
|
|
PVE::CLI::pvesubscription->run_cli_handler();
|