view bin/wercome @ 9278:8d6630077d4a

<oerjan> learn i,i is short for "I have wasps in my underwear, and want to distract myself by saying".
author HackBot
date Fri, 14 Oct 2016 01:40:16 +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"; }