annotate bin/wercome @ 5782:0da13079a223

<shachaf> ` ln -s \'`\' bin/\'\x0f\'
author HackBot
date Thu, 02 Jul 2015 15:48:24 +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"; }