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