shrc_d=/usr/local/etc/sh/shrc.d if [ -d "$shrc_d" ]; then for i in "${shrc_d}/"*; do . "$i" done fi