view bin/tervetuloa @ 12152:c7cc64c16398 draft

<oerjan> fetch ../bin/lastfiles https://hack.esolangs.org/get/bin/lastfiles
author HackEso <hackeso@esolangs.org>
date Mon, 18 Nov 2019 02:42:33 +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.fi"; } else { exec "$bin/?", "welcome.fi"; }