# [`dotd`][]
Generate a file from fragment files in a directory.
`dotd` is intended to be used to (re-)generate e.g. a configuration file
`config` from files in a corresponding directory `config.d` where separate
people or programs can place configuration fragment files without treading on
each other's toes, when the native configuration language does not support
functionality equivalent to `include config.d/*`. In essence, it is a glorified
`cat config.d/* > config`.
[`dotd`]: https://git.rcrnstn.net/rcrnstn/dotd