1 2 3 4 5 6 7
set \ X/xinitrc \ X/xinitrc.d/*.sh for xinit ; do sh -n -- "$xinit" || exit done printf 'Xinit startup scripts parsed successfully.\n'