view bin/bienvenido @ 12148:5a30f2c8f891 draft

<oerjan> slbd whoops//s,[(],HACKENV$(,
author HackEso <hackeso@esolangs.org>
date Mon, 18 Nov 2019 02:33:53 +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"; }