In order to efficiently port to OSX (see #2 ) I need to try to avoid features like sed or associative arrays and such.
This approach would benefit from a slight redesign of the tool such that it builds an intermediate configuration, based on which it creates the script, instead of editing the existing script while new features are added.
In order to efficiently port to OSX (see #2 ) I need to try to avoid features like
sed
or associative arrays and such.This approach would benefit from a slight redesign of the tool such that it builds an intermediate configuration, based on which it creates the script, instead of editing the existing script while new features are added.