view bin/wercome @ 4532:13e6724e016a

<fizzie> echo blah > how_about_the_filesystem
author HackBot
date Sat, 29 Mar 2014 23:50:24 +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"; }