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