view bin/wercome @ 3513:5653b66cca66

<olsner> pastelog futher details
author HackBot
date Wed, 28 Aug 2013 20:34:57 +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"; }