annotate bin/wercome @ 3807:c9baee562cf2

<Taneb> learn list is a fun program that HackEgo has! Run it with `list and join the fun!
author HackBot
date Thu, 19 Sep 2013 19:36:48 +0000
parents 6eb1b867a767
children d056743e5c13
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3509
6eb1b867a767 <oerjan> sed \'s/welcome/wercome/g\' bin/welcome > bin/wercome
HackBot
parents:
diff changeset
1 #!/usr/bin/perl -w
6eb1b867a767 <oerjan> sed \'s/welcome/wercome/g\' bin/welcome > bin/wercome
HackBot
parents:
diff changeset
2 if (defined($_=shift)) { s/ *$//; s/ +/ @ /g; exec "bin/@", $_ . " ? wercome"; } else { exec "bin/?", "wercome"; }