view bin/bienvenue @ 12336:fe7072a30baf draft

<shachaf> learn The password of the month is still up for grabs.
author HackEso <hackeso@esolangs.org>
date Fri, 03 Jul 2020 10:20:25 +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.fr"; } else { exec "$bin/?", "welcome.fr"; }