view bin/bienvenido @ 4444:07509b0153b6

<blotter> rm -f Test.o
author HackBot
date Mon, 17 Feb 2014 03:24:25 +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"; }