#!/bin/sh
hosttype=`/bin/athena/machtype`
if [ $hosttype = sgi -o $hosttype = sgi52 -o $hosttype = sun4 ]; then
	exec /mit/techinfo/xtechinfo95
fi
XAPPLRESDIR=/mit/techinfo/app-defaults/
export XAPPLRESDIR
xset fp+ /mit/techinfo/lib/fonts
exec /mit/techinfo/${hosttype}bin/xtechinfo "$@"
