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

7 lines
106 B
Perl

#!/usr/bin/env perl
use strict;
use warnings;
print "And this is the second pre (bootstrap) script.\n";