view bin/velkommen @ 12217:0997d27ba23b draft

<b_jonas> `` rm -fv /hackenv/bin/bfbotquine
author HackEso <hackeso@esolangs.org>
date Sat, 30 Nov 2019 22:33:17 +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"; }