Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/script/cpphs
#!/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` "$@"