bridgehead/minimal/vars

6 lines
95 B
Plaintext

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