view bin/welcome @ 4798:b3b11a73cd92

<oerjan> revert
author HackBot
date Wed, 10 Sep 2014 11:46:41 +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"; }