SCM Repository
View of /sml/trunk/src/system/testml
Parent Directory
|
Revision Log
Revision 512 -
(download)
(annotate)
Mon Dec 13 05:43:09 1999 UTC (22 years, 8 months ago) by blume
File size: 233 byte(s)
Mon Dec 13 05:43:09 1999 UTC (22 years, 8 months ago) by blume
File size: 233 byte(s)
added testml/installml back, this time with execute permission
#!/bin/sh if [ $# -gt 0 ] ; then HEAP_IMAGE=$1 shift else HEAP_IMAGE=sml fi LIB_DIR=`pwd`/${HEAP_IMAGE}.lib CM_PATHCONFIG=$LIB_DIR/pathconfig CM_LOCAL_PATHCONFIG=/dev/null \ ../../bin/sml @SMLload=$HEAP_IMAGE "$@"
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |