#!/bin/sh
if [ "$1" ]; then
DISPLAY=$1
export DISPLAY
fi
(sleep 10
/usr/bin/X11/twm &
/usr/bin/X11/xterm -n Login -ls &) > xerrs 2>&1 < /dev/null &
