view bin/willkommen @ 8054:8c771ec472f4

<xfix> ` mv gistfile1.txt hw/perl
author HackBot
date Sat, 14 May 2016 16:05:06 +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"; }