view bin/bienvenido @ 4120:19a8829c434a

<boily> echo -e \'#!/bin/sh\\ncat $@\' >bin/^.^
author HackBot
date Mon, 02 Dec 2013 18:15:29 +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"; }