view bin/bienvenido @ 10601:e86f95ac4cc8

<rdococ> slwd tip//s,and ,,;s,.,\\, and if you\'re Japanese.,
author HackBot
date Mon, 10 Apr 2017 20:01:46 +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"; }