view bin/wercome @ 3519:b7e30d90448c

<olsner> pastelogs cello projects
author HackBot
date Wed, 28 Aug 2013 21:53:40 +0000
parents 6eb1b867a767
children d056743e5c13
line wrap: on
line source

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