From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Tue, 26 May 2015 06:15:32 -0700 To: 9fans@9fans.net Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Plumb(er) + Acme + MacOS X - don't work Topicbox-Message-UUID: 55e3894c-ead9-11e9-9d60-3106f5b1d025 On Mon May 25 16:05:22 PDT 2015, uldericofilho@gmail.com wrote: > It seems I solve my own problem by accident. In the end I am using this script: > > #!/bin/bash > /usr/local/plan9/bin/plumber > cat /usr/local/plan9/plumb/fileaddr /usr/local/plan9/plumb/basic > $HOME/lib/plumbing | 9p write plumb/rules > export tabstop=8; /usr/local/plan9/bin/acme -a -l ~/acme.dump & if you simply "include basic" as the last step of your $HOME/lib/plumbing, you won't need the cat. - erik