5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-07 17:17:48 +03:00
pve-docs/gen-pct.conf.5-opts.pl

12 lines
205 B
Perl
Raw Normal View History

2016-03-23 12:51:03 +03:00
#!/usr/bin/perl
use lib '.';
2016-03-23 12:51:03 +03:00
use strict;
use warnings;
use PVE::RESTHandler;
use PVE::LXC::Config;
my $prop = PVE::LXC::Config->json_config_properties();
print PVE::RESTHandler::dump_properties($prop);