#! /bin/sh
: ${PLTCOLLECTS='c:/cygwin/usr/local/PLT/collects'}
exec scheme "$PLTCOLLECTS/typedscm/chez/localize.scm" "$PLTCOLLECTS/typedscm/chez/translate-module-syntax.scm" "$PLTCOLLECTS/typedscm/chez/standardize.scm" "$PLTCOLLECTS/lib342/test-homework.tst" "$@"
