view bin/bienvenido @ 11196:e4d1c3903e26

<shachaf> swrjan s/thrice/twice/
author HackBot
date Thu, 21 Sep 2017 00:46:21 +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"; }