annotate bin/bienvenido @ 3911:8c112ffd5765

<kmc> addquote zzo38 [~zzo38@24-207-49-17.eastlink.ca] has quit [Quit: I need the stats for the small leech, not the big one. So, if you write it on here while I am gone then when I return I will check.]
author HackBot
date Tue, 15 Oct 2013 22:19:50 +0000
parents b661e697f874
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3408
18bfeb1a64b9 <oerjan> sed \'s/welcome/welcome.es/\' bin/welcome > bin/bienvenido; chmod +x bin/bienvenido
HackBot
parents:
diff changeset
1 #!/usr/bin/perl -w
3409
b661e697f874 <oerjan> sed \'s/welcome/welcome.es/g\' bin/welcome > bin/bienvenido; chmod +x bin/bienvenido
HackBot
parents: 3408
diff changeset
2 if (defined($_=shift)) { s/ *$//; s/ +/ @ /g; exec "bin/@", $_ . " ? welcome.es"; } else { exec "bin/?", "welcome.es"; }