[4763] in SIPB bug reports
suggestion: mosaic-client script
daemon@ATHENA.MIT.EDU (Ron Newman)
Tue Aug 2 20:36:10 1994
To: bug-sipb@MIT.EDU
Date: Tue, 02 Aug 94 20:35:18 -0400
From: Ron Newman <rnewman@media.mit.edu>
You should have a Mosaic-client script, like
"emacsclient", in the sipb locker. I call it "mclient"
but you might want a more descriptive name.
Here's the one I use. You might want to add an
option to use "newwin" instead of "goto".
#!/bin/csh -f
set pid = `cat ~/.mosaicpid`
set filename = /tmp/Mosaic.$pid
echo "goto" >! $filename
echo $1 >> $filename
kill -USR1 $pid