view bin/bienvenido @ 11507:2bb1ab655016 draft

<oerjan> mkx bin/,1//nur "$@" |& sport
author HackEso <hackeso@esolangs.org>
date Sat, 14 Apr 2018 04:23:57 +0100
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"; }