view bin/willkommen @ 8580:216a34ca700c

<shachaf> makelist idealist
author HackBot
date Thu, 23 Jun 2016 09:42:23 +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"; }