view bin/welcome @ 12421:62c19dc0cc7c draft

<oerjan> slbd olist//s,\\$n:,<$n>:,
author HackEso <hackeso@esolangs.org>
date Fri, 17 Sep 2021 00:14:36 +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"; } else { exec "$bin/?", "welcome"; }