view bin/welkom @ 12333:8fe028f51d1c draft

<b_jonas> `` sed -i \'s/" ./"./\' /hackenv/wisdom/california
author HackEso <hackeso@esolangs.org>
date Fri, 29 May 2020 17:06:53 +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.nl"; } else { exec "$bin/?", "welcome.nl"; }