view bin/välkommen @ 12303:f31e76561a1f draft

<int-e> learn Time is an illusion. Lunchtime doubly so.
author HackEso <hackeso@esolangs.org>
date Sat, 25 Jan 2020 20:59:01 +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.sv"; } else { exec "$bin/?", "welcome.sv"; }