view bin/willkommen @ 8633:ff8c872b40a5

<int-e> learn Typology is the study of typological errors.
author HackBot
date Tue, 28 Jun 2016 10:51:37 +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"; }