mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 16:10:14 +02:00
6 lines
96 B
Plaintext
6 lines
96 B
Plaintext
for module in $PROJECT/modules/*.sh
|
|
do
|
|
log DEBUG "sourcing $module"
|
|
source $module
|
|
done
|