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

7 lines
106 B
Perl
Raw Normal View History

2017-05-04 03:25:20 -04:00
#!/usr/bin/env perl
use strict;
use warnings;
print "And this is the second pre (bootstrap) script.\n";