Thanks - it worked. - CC
2015-05-26 15:15 GMT+02:00 erik quanstrom <quans...@quanstro.net>: > On Mon May 25 16:05:22 PDT 2015, uldericofi...@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 >