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();
|