#!/bin/bash

# A customized version of sml

# edit the following line to set heapdir to the directory where smlcus's
# heap image will reside

heapdir=/usr/local/smlnj/bin/.heap

# set sml to SML/NJ executable

sml=/usr/local/bin/sml

exec $sml @SMLload=$heapdir/smlcus @SMLcmdname=$0 "$@"
