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