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