view bin/willkommen @ 9040:19787136f74d

<oerjan> slwd synergy//s/[^.]*/Synergy is when the whole is greater than the sum of its parts/
author HackBot
date Thu, 15 Sep 2016 01:18:05 +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"; }