view bin/welcome @ 12492:5a921536dbf4 draft

<int-e> learn The password of the month is Steamboat Willy Liberation
author HackEso <hackeso@esolangs.org>
date Mon, 01 Jan 2024 23:26:44 +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"; } else { exec "$bin/?", "welcome"; }