view bin/bienvenido @ 3408:18bfeb1a64b9

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

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