aif-ng/script-samples/pre/second.pl
2017-05-04 03:25:20 -04:00

7 lines
106 B
Perl

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