#!/bin/sh

if [ ! -r "/mit/x11/sun4lib/X11/XKeysymDB" ]; then
	attach -n x11r5 > /dev/null
fi
exec xmcd.real "$@"
