9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: rog@vitanuova.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] cpu server/terminal combination
Date: Thu, 30 May 2002 19:57:31 +0100	[thread overview]
Message-ID: <20020530185254.5333C19AD3@mail.cse.psu.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 331 bytes --]

i use that rule too.
it's nice just being able to do it once and it gets
everywhere (including inside inferno, for example).

i also have a little shell script:

	#!/bin/rc
	plumb 'Local ' ^ $"*

so:
	local mount /srv/9660 /n/cd

does everything i need.

i can't decide whether it's a nasty hack or just a hack...


[-- Attachment #2: Type: message/rfc822, Size: 1842 bytes --]

To: 9fans@cse.psu.edu
Subject: Re: [9fans] cpu server/terminal combination
Date: Thu, 30 May 2002 14:39:47 -0400
Message-ID: <9b0cd964fda64144f16be8a5c20ac84f@plan9.bell-labs.com>

i use this as a substitute for the plumbspace hack.

# stupid rule to run programs
kind is text
data matches 'Local (.*)'
plumb to none
plumb start rc -c $1

e.g.
	plumb 'Local 9fs foo'
	draw new window, has /n/foo

it's not quite as convenient but it's not bad.
combined with sending the same
command to acme, it gets me where i want to go.

             reply	other threads:[~2002-05-30 18:57 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-30 18:57 rog [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-06-10 13:17 presotto
2002-06-07 14:02 Russ Cox
2002-06-10  9:57 ` Gabriel Diaz Lopez de la Llave
2002-06-07 11:34 Fco.J.Ballesteros
2002-06-06 17:23 presotto
2002-06-07  9:06 ` Gabriel Diaz Lopez de la Llave
2002-06-06 14:51 anothy
2002-06-05 12:18 presotto
2002-06-06 13:29 ` Gabriel Diaz Lopez de la Llave
2002-05-30 18:40 rog
2002-05-30 18:39 rsc
2002-05-30 18:24 rog
2002-05-30 18:24 rsc
2002-05-30 18:13 rsc
2002-06-05 10:03 ` Gabriel Diaz Lopez de la Llave

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020530185254.5333C19AD3@mail.cse.psu.edu \
    --to=rog@vitanuova.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).