view bin/bienvenido @ 9946:ff9abfd68195

<oerjan> slwd rules of wisdom//s/spaced/& with no space at the end/
author HackBot
date Mon, 12 Dec 2016 01:08:35 +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"; }