#!/bin/sh
#	simple redirection script to find the correct executable
#	for this machine architecture
MACHINE=${MACHINE-"`/usr/local/bin/harch`"}
exec /usr/local/lib/nhc98/$MACHINE/`basename $0` "$@"
