annotate bin/wercome @ 9516:5318e49e91f3

<oerjan> sled bin/dos2unix//s,^,/bin/,
author HackBot
date Sat, 29 Oct 2016 19:37:13 +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"; }