view bin/velkommen @ 12346:6670a34cf161 draft

<wib_jonas> slashlearn vacuum train//Vacuum trains are the 21st century solution to halt spreading airborne infections on public transport.
author HackEso <hackeso@esolangs.org>
date Mon, 26 Oct 2020 12:56:31 +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.nb"; } else { exec "$bin/?", "welcome.nb"; }