This website requires JavaScript.
Explore
Help
Sign In
samply
/
bridgehead
mirror of
https://github.com/samply/bridgehead.git
Watch
1
Star
0
Fork
You've already forked bridgehead
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f02587d9fa
bridgehead
/
minimal
/
vars
6 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Modularize DNPM components
2023-05-10 12:54:05 +02:00
for module in $PROJECT/modules/*.sh
do
Address review comments
2023-05-19 13:53:03 +02:00
log DEBUG "sourcing $module"
Modularize DNPM components
2023-05-10 12:54:05 +02:00
source $module
done