view bin/bienvenido @ 12405:d014559a5542 draft

<oerjan> karma+ Hooloovoo
author HackEso <hackeso@esolangs.org>
date Fri, 18 Jun 2021 00:32:10 +0100
parents ceb43c4d37de
children
line wrap: on
line source

#!/usr/bin/perl -w
my $bin = $ENV{"HACKENV"}."/bin"; if (defined($_=shift)) { s/ *$//;  s/ +/ @ /g; exec "$bin/@", $_ . " ? welcome.es"; } else { exec "$bin/?", "welcome.es"; }