view bin/tervetuloa @ 4692:34da8e1b124d

<coppro> rm alise
author HackBot
date Thu, 24 Jul 2014 06:44:02 +0000
parents a658438e5e5e
children ef5ba4348bf2
line wrap: on
line source

#!/usr/bin/perl -w
if (defined($_=shift)) { s/ *$//;  s/ +/ @ /g; exec "bin/@", $_ . " ? welcome.fi"; } else { exec "bin/?", "welcome.fi"; }