Closed phillip closed 9 years ago
I removed the duplication. I don't think the Readme needs to be updated because I expected this to work inherently. My use case is building an application with a micro service architecture.
cd app1
hodor run
In another terminal window:
cd app2
hodor run
This would share the same unison port for both apps and merge each directory into the other. This patch fixes it so that n apps should work as long as no two folder names are the same.
Ok, sounds good. Lets give it a shot! Thanks a lot
Hi. Could you describe the problem you are solving with this request, so other people could read it later? Some use cases as well.
Maybe it makes sense to update Readme as well?