Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Crossfire 0.90.3 is released



"Eric A. Anderson" <eanders+@CMU.EDU> recently wrote:

>Note to developers: We should really create a perl script or shell
>script that will add someone to the game.  They'd be able to get a
>feel for what crossfire is like before they go to the trouble of
>compiling it.
>          -Eric 


FOr a while I was using the following shellscript as a replacement 
to the crossfire 'client':

#!/bin/sh
echo "add $DISPLAY" | telnet "$*" 13326

The sad part was that this actually worked. Usage was 'crossclient hostnme'
It, of course, assumed your DISPLAY was set properly, and you had no X
security on your display.

 ERic mehlhaff, mehlhaff@ocf.Berkeley.EDU