view bin/welkom @ 12169:df27114c5584 draft

<oerjan> ` chmod +x ../bin/rlexp
author HackEso <hackeso@esolangs.org>
date Wed, 20 Nov 2019 06:20:56 +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.nl"; } else { exec "$bin/?", "welcome.nl"; }