1 2 3 4 5 6 7 8
#!/bin/sh if [ -x $HOME/.Xsession ]; then exec $HOME/.Xsession else exec /usr/bin/x-window-manager fi