9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Steve Simon" <steve@quintile.net>
To: 9fans@9fans.net
Subject: Re: [9fans] looking for advice for network setup
Date: Fri, 12 Aug 2011 19:27:45 +0100	[thread overview]
Message-ID: <7501d8148b36eb503552ed889c8d9e71@quintile.net> (raw)
In-Reply-To: <615F912C-AAB8-4EA4-A2CF-368635B6B94B@9srv.net>

this is my script to do this, runs on the machine behind the firewall (larch)
and connects to the default file server.

#!/bin/rc

while(){
	cpu -c 'rm -f  /srv/larch ;
		 srvfs larch /mnt/term ;
		while() sleep 600 '>[2] /dev/null
	sleep 6
}




      reply	other threads:[~2011-08-12 18:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-11 20:38 Roman Salmin
2011-08-11 21:39 ` Anthony Sorace
2011-08-12 13:50   ` Roman Salmin
2011-08-12 15:55     ` Anthony Sorace
2011-08-12 18:27       ` Steve Simon [this message]

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=7501d8148b36eb503552ed889c8d9e71@quintile.net \
    --to=steve@quintile.net \
    --cc=9fans@9fans.net \
    /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).