Modularize DNPM components

This commit is contained in:
Tobias Kussel
2023-05-10 10:54:05 +00:00
parent 3a42570ac4
commit 3e1659a38d
18 changed files with 421 additions and 113 deletions

5
minimal/vars Normal file
View File

@ -0,0 +1,5 @@
for module in $PROJECT/modules/*.sh
do
log INFO "sourcing $module"
source $module
done