view bin/bienvenido @ 3438:59820526f066

<Roujo> random="$(dd if=/dev/urandom bs=500 count=1)"; echo $random > random
author HackBot
date Mon, 19 Aug 2013 17:47:47 +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"; }