setup.sh - add how-to-run examples

This commit is contained in:
keni
2011-10-05 16:02:51 +00:00
parent ae01610f0d
commit 23cace2251

View File

@@ -6,6 +6,10 @@
# Build and install makefiles.
#
# Argument is the hints file to use (or no argument for traditional setup).
# e.g.:
# sh setup.sh
# or
# sh setup.sh hints/macosx10.5
# Were we started from the top level? Cope.
if [ -f sys/unix/Makefile.top ]; then cd sys/unix; fi