Select Git revision
configure.pl
Forked from
firmware / FFS Gluon
5310 commits behind the upstream repository.
-
Matthias Schiffer authoredMatthias Schiffer authored
configure.pl 213 B
#!/usr/bin/perl
use warnings;
use strict;
use POSIX qw(strftime);
sub nightly {
strftime "%Y%m%d", localtime;
}
our $CONFIG = do $ENV{GLUONDIR} . '/site/site.conf';
my $script = shift @ARGV;
do $script;