view bin/bienvenido @ 8052:28a981a83f9a

<xfix> ` echo PLEASE DONT GIVE UP > hw/intercal
author HackBot
date Sat, 14 May 2016 15:57:30 +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"; }