Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/script/cabal-parse

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#!/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` "$@"

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.