> I mostly get to my Plan 9 cpu servers via drawterm from
> my OS X laptop these days (9vx soon, once I get a
> comfortable environment there). I have a script that
> calls drawterm with the right arguments. I just added
> this to the script:
> mkfifo /tmp/open.fifo
> while () {open `{cat open.fifo}}
There is a web command in plan9port, so this doesn't
need to be OS X specific:
mkfifo /tmp/web.fifo
while() { web `{cat /tmp/web.fifo} }
Russ
