configure.pl 137 B

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