#!/bin/sh shelldir=`dirname "$0"` scriptsdir=`dirname "$shelldir"` rootdir=`dirname "$scriptsdir"` display=`$scriptsdir/find-free-display` if [ -f $rootdir/config ]; then source $rootdir/config fi xinit $scriptsdir/xinitrc -- $display