view bin/benvenuto @ 12318:8b39a3bee917 draft

<arseniiv> learn The password of the month was fought for, and stomped on, but it remains unreconciled with
author HackEso <hackeso@esolangs.org>
date Sun, 01 Mar 2020 00:14:59 +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.it"; } else { exec "$bin/?", "welcome.it"; }