4 lines
86 B
Plaintext
4 lines
86 B
Plaintext
|
for file in .config/linux/system/module/common/bash/module/*; do
|
||
|
source ${file}
|
||
|
done
|