view bin/bienvenido @ 11213:ec128aee030a

<b_jonas> `` ln -svf allsets-2017-09-20.txt share/mtg/allsets.txt
author HackBot
date Wed, 04 Oct 2017 11:36:52 +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"; }