view bin/bonvenon @ 11990:7c770f5b66d2 draft

<ais523> delquote 1271
author HackEso <hackeso@esolangs.org>
date Thu, 24 Oct 2019 22:13:54 +0000
parents 247e90ca5c98
children ef5ba4348bf2
line wrap: on
line source

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