1 2 3 4 5 6 7
# -*- shell-script -*- for f in /etc/X11/xinit/xinitrc.d/*; do if test -r "$f"; then . -- "$f" fi done