#!/bin/sh

# Set the environment variable SCMUTILS_ROOT to override the default
# location for the scmutils root directory.
ROOT="${SCMUTILS_ROOT:-/afs/sipb.mit.edu/project/mechanics/scmutils}"
SCHEME="${ROOT}/mit-scheme/bin/scheme -library ${ROOT}/mit-scheme/lib"
CMD="${SCHEME} -heap 6500 -band edwin-mechanics.com"

export -n MITSCHEME_INF_DIRECTORY

exec ${CMD}
