#!/bin/sh
MITSCHEME_LIBRARY_PATH=/mit/scheme/linuxlib
export MITSCHEME_LIBRARY_PATH
exec /mit/scheme/linuxlib/bchscheme $@
