view bin/welcome @ 4992:53ec09a7ac7d

<zui438s> ln -s wisdom/loop wisdom/loop
author HackBot
date Thu, 02 Oct 2014 01:19:19 +0000
parents a04e3cd8408d
children
line wrap: on
line source

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