4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
for file in module/common/bash/module/*; do
|
|
source ${file}
|
|
done
|