view bin/wercome @ 12222:23a1a28b65cb draft

<shachaf> forget categorical product
author HackEso <hackeso@esolangs.org>
date Sun, 01 Dec 2019 19:43:34 +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"; }