# Start X Window and VUE

XINITRC=/usr/bin/startvue.rc

if [ ! -f $XINITRC ]; then
  echo "$XINITRC not found"
  exit
else
  export XINITRC
fi

xinit 2>/dev/null
