#!/bin/sh

if [ -x /root/.question_adduser ] ; then
  (
  LANG=ja_JP.eucJP
  exec /root/.question_adduser &
  )
fi

exec twm &
exec xterm -geometry +0+0 -name login
