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