view bin/willkommen @ 8472:02531bb7016b

<oerjan> learn The IOCCC is the Industrial Ordovician COBOL Conference Circuit. Not to be confused with OIC. See also ioccclist.
author HackBot
date Mon, 13 Jun 2016 08:12:17 +0000
parents 0a3c8b9a55d7
children
line wrap: on
line source

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