view bin/tervetuloa @ 8393:6149466f7bfa

<b_jonas> `` echo -n > canary
author HackBot
date Tue, 07 Jun 2016 22:13:53 +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"; }