SCM Repository
View of /lexgen/trunk/src/lexgen
Parent Directory
|
Revision Log
Revision 2110 -
(download)
(annotate)
Thu Nov 2 16:04:42 2006 UTC (14 years, 5 months ago) by blume
File size: 237 byte(s)
Thu Nov 2 16:04:42 2006 UTC (14 years, 5 months ago) by blume
File size: 237 byte(s)
moved lexgen to toplevel
#!/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 |