On Sun, Nov 14, 1999 at 08:33:32PM +0100, Niels Rasmussen wrote:
> > #!/bin/ksh
> > 
> > if [ -n "$DISPLAY" ]
> > then
> >     xfte

If you don't add "$*" here, you'll have to manually find the message to
edit in /tmp:

    xfte "$*"

> > else
> >     sfte

Same here:

    sfte "$*"

Good luck,
Marius Gedminas
-- 
I am a computer. I am dumber than any human and smarter than any administrator.

Reply via email to