SCM Repository
View of /lexgen/releases/release-110.61/src/lexgen
Parent Directory
|
Revision Log
Revision 2246 -
(download)
(annotate)
Thu Dec 14 18:20:38 2006 UTC (14 years, 1 month ago) by blume
File size: 237 byte(s)
Thu Dec 14 18:20:38 2006 UTC (14 years, 1 month ago) by blume
File size: 237 byte(s)
Release 110.61
#!/bin/sh # # Wrapper for lexgen heap image # case `uname -s` in Darwin) heap=lexgen.ppc-darwin ;; *) heap=lexgen.x86-linux ;; esac if test ! -r $heap ; then echo "lexgen: no heap image!" exit 1 fi exec sml @SMLload=$heap $@
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |