view bin/bienvenido @ 6266:a986a1cb8f62

<tswett> echo \'They have wronged you. They must be destroyed.\' > evil/503
author HackBot
date Thu, 26 Nov 2015 16:36:14 +0000
parents 7f957c1f4661
children ef5ba4348bf2
line wrap: on
line source

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