9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: YAMANASHI Takeshi <9.nashi@gmail.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] get acme dir
Date: Mon,  2 May 2005 12:16:02 +0900	[thread overview]
Message-ID: <6c21be635ea1d54e6a3be1fe0a61c8e2@orthanc.cc.titech.ac.jp> (raw)

> > How can a script know where in the acme directories
> > (/mnt/acme/*) the script runs?
 :
> use /mnt/acme/$winid

Thanks.  My acme was so old that it didn't export winid.
Then Putcmd is *so* trivial.  You can execute "Putcmd mk".

++
#!/bin/rc
echo put > /mnt/acme/$winid/ctl
$*
-- 




             reply	other threads:[~2005-05-02  3:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-02  3:16 YAMANASHI Takeshi [this message]
2005-05-02  3:25 ` Russ Cox
  -- strict thread matches above, loose matches on Subject: below --
2005-05-02  0:49 YAMANASHI Takeshi
2005-05-02  3:02 ` Russ Cox

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=6c21be635ea1d54e6a3be1fe0a61c8e2@orthanc.cc.titech.ac.jp \
    --to=9.nashi@gmail.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).