Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/script/greencard.inst
#!/bin/sh # simple redirection script to find the correct executable # for this machine architecture MACHINE=${MACHINE-"`ScriptDir/harch`"} exec ExecutableDir/$MACHINE/`basename $0` "$@"