Branches
Comments
[»]
what about a write(1) listener?
by Michael Shigorin - Nov 25th 2003 02:12:06
Wow, just thought how great it might be to have write messages you've
mentioned caught by OSD app. Any ideas? :)
-- Michael Shigorin
mike SOMEWHERE AT altlinux PLUS DOT org
[reply]
[top]
[»]
Re: what about a write(1) listener?
by Mike Smelov - Nov 25th 2003 13:02:42
osdchat can only be used by one user (for now) -
so a write listener would be impractical. Besides,
the client can read from a pipe, so any simple
messages that you want to send can be done by:
echo "message" | cosdchat host
you can setup a shell function (call it write2).
Once I start putting in support for multiple users
on one system, I will look into implementing your
idea.
Thank you for your suggestion.
[reply]
[top]
[»]
Re: what about a write(1) listener?
by Michael Shigorin - Nov 25th 2003 22:52:10
Thanks!
Will see if it packages well into ALT Linux :-)
-- Michael Shigorin
mike SOMEWHERE AT altlinux PLUS DOT org
[reply]
[top]
|