view bin/tervetuloa @ 11974:b8ec57cc1216 draft

<b_jonas> `` hg cat -r 11938 share/whatis > share/whatis
author HackEso <hackeso@esolangs.org>
date Mon, 21 Oct 2019 21:54:49 +0000
parents a658438e5e5e
children ef5ba4348bf2
line wrap: on
line source

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