bridgehead/minimal/vars

6 lines
96 B
Plaintext

for module in $PROJECT/modules/*.sh
do
log DEBUG "sourcing $module"
source $module
done