Mercurial > repo
view bin/tervetuloa @ 12556:79923443dff9 draft default tip
<Sgeo> ` rm -r /hackenv/pli-1.4.1
| author | HackEso <hackeso@esolangs.org> |
|---|---|
| date | Thu, 07 May 2026 23:44:20 +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.fi"; } else { exec "$bin/?", "welcome.fi"; }
