view bin/bienvenido @ 9980:5314f48d458e

<oerjan> ` q > quines/q2; rm bin/q
author HackBot
date Thu, 15 Dec 2016 01:47: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"; }