view bin/wercome @ 12175:664f70fdec73 draft

<fizzie> delquote 1016
author HackEso <hackeso@esolangs.org>
date Wed, 20 Nov 2019 20:12:06 +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.ja"; } else { exec "$bin/?", "welcome.ja"; }