gluon/scripts/configure.pl

11 lines
137 B
Perl
Raw Normal View History

2013-09-28 16:39:32 +00:00
#!/usr/bin/perl
use warnings;
use strict;
2013-09-30 17:04:35 +00:00
our $CONFIG = do $ENV{GLUONDIR} . '/site/site.conf';
2013-09-28 16:39:32 +00:00
2013-09-30 17:04:35 +00:00
my $script = shift @ARGV;
do $script;