view bin/bienvenido @ 3436:b7c5546979d8

<Roujo> touch /hackenv/bin/\x16\x16\x16
author HackBot
date Mon, 19 Aug 2013 17:35:04 +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"; }