10 lines
89 B
INI
Executable File
10 lines
89 B
INI
Executable File
// Config file with wildcard includes
|
|
|
|
|
|
books: (
|
|
|
|
@include "cfg_includes/book*.cfg"
|
|
|
|
|
|
);
|