Thanks - it worked.
- CC
2015-05-26 15:15 GMT+02:00 erik quanstrom :
> 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
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 plu
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 &
Is t
Hello,
I cannot make the plumbing to work on acme.
I have create a plumbing file at ~/lib/plumbing with:
# isbn10 search through Amazon
type is text
data matches '([0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9])'
plumb start open 'http://www.amazon.com/s/?field-keywords='$1
Initially I real