gluon/scripts/configure.pl
2013-09-30 19:04:35 +02:00

11 lines
137 B
Perl
Executable File

#!/usr/bin/perl
use warnings;
use strict;
our $CONFIG = do $ENV{GLUONDIR} . '/site/site.conf';
my $script = shift @ARGV;
do $script;