4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
|
for file in ${BASHRC_D}/*.sh; do
|
||
|
[[ -r $file ]] && . $file
|
||
|
done
|
||
|
unset file
|