view bin/benvenuto @ 12160:2c8c313864e7 draft

<fizzie> slbd wiki//6,7d;s/quote(f)/quote(sys.argv[1])/
author HackEso <hackeso@esolangs.org>
date Tue, 19 Nov 2019 01:22:24 +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"; }