view bin/bienvenido @ 5496:c9c3ff44b42b

<Phantom_Hoover> learn Torus? He hardly knew us! he did inventus though
author HackBot
date Tue, 09 Jun 2015 16:11:18 +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"; }