SCM Repository
Annotation of /lexgen/trunk/src/lexgen
Parent Directory
|
Revision Log
Revision 2110 - (view) (download)
1 : | mblume | 1902 | #!/bin/sh |
2 : | # | ||
3 : | # Wrapper for lexgen heap image | ||
4 : | # | ||
5 : | |||
6 : | case `uname -s` in | ||
7 : | Darwin) heap=lexgen.ppc-darwin ;; | ||
8 : | *) heap=lexgen.x86-linux ;; | ||
9 : | esac | ||
10 : | |||
11 : | if test ! -r $heap ; then | ||
12 : | echo "lexgen: no heap image!" | ||
13 : | exit 1 | ||
14 : | fi | ||
15 : | |||
16 : | exec sml @SMLload=$heap $@ | ||
17 : |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |