lilalo

view l3-config @ 125:078fab45d863

full path to l3-frontend removed
author igor@chub.in
date Fri Jul 04 16:12:31 2008 +0300 (2008-07-04)
parents
children
line source
1 #!/usr/bin/perl
3 use strict;
4 use lib '/etc/lilalo/';
5 use l3config;
7 print $Config{$ARGV[0]}."\n";