view bin/bonvenon @ 12176:a7f4a2817f26 draft

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