view bin/velkomin @ 11639:e808b0c8c816 draft

<int-e> slwd wisdom//s=...$= https://twitter.com/FireyFly/status/899965577481129984=
author HackEso <hackeso@esolangs.org>
date Thu, 25 Oct 2018 14:27:19 +0000
parents 471ae6097b46
children ef5ba4348bf2
line wrap: on
line source

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