#!/bin/shfor session in ~/.xsession ~/.Xclients /etc/X11/xinit/Xclients ;doif [ -f ${session} ] ; then exec ${session}fidone