view bin/wercome @ 11800:22698dc356fe draft

<gerzytet> learn toilet is elliot spelled backwards, without the extra l, with a t at the end.
author HackEso <hackeso@esolangs.org>
date Mon, 29 Apr 2019 01:40:29 +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"; }