479c6e65bc
15:37:43 < r00t^2> and why is that? 15:37:50 < jthan> get rid of your ugly \n 15:37:52 < jthan> saves space 15:37:54 < jthan> say is shorter 15:37:56 < jthan> no \n 15:37:57 < jthan> win win win 15:38:04 < r00t^2> lol, fucking fine 15:38:18 < jthan> 1337 perl 15:38:23 < jthan> jthan's specialty
8 lines
128 B
Perl
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.";
|