view bin/wercome @ 9505:36f9fa561736

<oerjan> ` sed2 -i \'1cTesting more...\' wisdom/testing
author HackBot
date Sat, 29 Oct 2016 19:26:51 +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"; }