aif-ng/script-samples/pre/second.pl

8 lines
128 B
Perl

#!/usr/bin/env perl
use strict;
use warnings;
# because jthan is a baby
say "And this is the second pre (bootstrap) script.";