view bin/welkom @ 11992:be5cdff45ee9 draft

<ais523> delquote 232
author HackEso <hackeso@esolangs.org>
date Thu, 24 Oct 2019 22:14:10 +0000
parents cc187ca416d5
children ef5ba4348bf2
line wrap: on
line source

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