view bin/bienvenido @ 12331:2028b6172b1c draft

<int-e> le/rn that//"That" is the less controversial twin of "this".
author HackEso <hackeso@esolangs.org>
date Mon, 18 May 2020 13:13:32 +0000
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"; }