begin quoting Todd Walton as of Mon, Dec 05, 2005 at 07:46:28PM -0800: > On 12/5/05, Christian Seberino <[EMAIL PROTECTED]> wrote: > > If I wanted to do chat rooms on private LAN at work what > > is best way to do this? > > You could SSH into a server with a+rw permissions on one directory, > and then create text files, ls, cat, vi, ls, cat, vi.
#!/bin/sh xterm -e tail -f /chat/channels/$1 & xterm -e cat >> /chat/channels/$1 & > </funny> :) Actually, I still use "talk", and "ytalk" is designed to handle multiple concurrent users. > -todd "or should the tag have gone before the text?" walton Nah, it's a closing tag. -Stewart "What's wrong with wall again?" Stremler -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
