view bin/willkommen @ 9049:b83e352dc7f7

<shachaf> slwd oerjan//s#overlord kommisjon\xc3\xa6r#hungarian oerlord#
author HackBot
date Fri, 16 Sep 2016 22:52:42 +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"; }