On 10/26/06, David Leimbach <[EMAIL PROTECTED]> wrote:
Then there's "riosession"
#!/bin/rc

echo -n $1 > /dev/label
bind /dev/null /dev/label
sleep 2 # I actually forget why I did that
rio

I added a shift and changed rio to rio $* so I could pass a starting
script -- for example starting faces and acme -l lib/acme.mail.dump.
This led to an interesting situation; both acmes listen to the plumber
and open files and man pages.  Which is easier; starting a new plumber
in the new rio window (and are they disconnected?), or telling this
invocation of acme only to respond to mail messages and pass opening
files to some other process?

--Joel

Reply via email to