view bin/bienvenido @ 3411:f30f769eeb0c

<fizzie> pastequotes terrible
author HackBot
date Mon, 12 Aug 2013 08:39:12 +0000
parents b661e697f874
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"; }