On Sun Dec 15 10:23:13 EST 2013, bl...@mcbride.name wrote: > I checked. The following shell script does the trick: > > > # > mkdir /tmp/acme-$$ > NAMESPACE=/tmp/acme-$$ acme "$@"
this is swimming up stream. acme's model is to run 1 copy of acme, and edit all files in it. many things, such as plumbing, will work better with 1 copy of acme. by the way, this limitation is p9p specific. but still it's no fun to have the same file get plumbed to every acme. - erik