#! /bin/sh
# scheme -- Run the Chez Scheme interpreter

# Change the path below for your install
EXEC='/usr/local/chez-scheme/bin/a6nt/petite.exe'

exec "$EXEC" "$@"
