sh/bash.bashrc

4 lines
60 B
Text
Raw Normal View History

2023-05-09 20:01:32 +00:00
for file in /etc/bash.d/*.sh ; do
source "${file}"
done