Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Crossfire 0.90.3 is released
- To: "Eric A. Anderson" <>
- Subject: Re: Crossfire 0.90.3 is released
- From: "'Evil' ERic Mehlhaff" <>
- Date: Sat, 19 Mar 1994 08:41:09 -0800
- Cc: crossfire (at) ifi.uio.no,
- In-Reply-To: Message from "Eric A. Anderson" <> of Tue, 15 Mar 1994 14:47:23 -0500 <8hVV3=>
"Eric A. Anderson" <> 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,