view bin/wercome @ 12012:b413473a9ec3 draft

<kspalaiologos> ` cp tmp/asmbf-1.1.1/labels.pl /hackenv/bin
author HackEso <hackeso@esolangs.org>
date Thu, 14 Nov 2019 16:13:19 +0000
parents 4d7f1e7a9c7f
children ef5ba4348bf2
line wrap: on
line source

#!/usr/bin/perl -w
if (defined($_=shift)) { s/ *$//;  s/ +/ @ /g; exec "bin/@", $_ . " ? welcome.ja"; } else { exec "bin/?", "welcome.ja"; }