view bin/bienvenido @ 3409:b661e697f874

<oerjan> sed \'s/welcome/welcome.es/g\' bin/welcome > bin/bienvenido; chmod +x bin/bienvenido
author HackBot
date Fri, 09 Aug 2013 21:15:31 +0000
parents 18bfeb1a64b9
children
line wrap: on
line source

#!/usr/bin/perl -w
if (defined($_=shift)) { s/ *$//;  s/ +/ @ /g; exec "bin/@", $_ . " ? welcome.es"; } else { exec "bin/?", "welcome.es"; }