view bin/wercome @ 11986:698144535354 draft

<kspalaiologos> addquote <lf94> kspalaiologos: yes, it\'s much more enjoyable sitting in #esoteric than chiselling 99 bottles of beer into a rock.
author HackEso <hackeso@esolangs.org>
date Thu, 24 Oct 2019 19:25:02 +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"; }