annotate bin/wercome @ 9356:bf0811937202

<boily> ` rm wisdom/doshes
author HackBot
date Wed, 19 Oct 2016 22:26:31 +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"; }