view test/welcome @ 121:8a04b0258775

<elliott> run mv bin test; touch bin
author HackBot
date Thu, 22 Mar 2012 19:17:38 +0000
parents
children
line wrap: on
line source

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