view bin/wercome @ 3893:9dcbf75d6942

<Phantom_Hoover> echo "<oerjan> YOU are out of order." >> bdsmreclist
author HackBot
date Mon, 07 Oct 2013 23:24:23 +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"; }