annotate bin/bienvenido @ 4266:a691a495ca0f

<Taneb> learn Arrows are just strong monads in the category of profunctors
author HackBot
date Mon, 06 Jan 2014 13:21:46 +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"; }