#!/bin/sh
export MAXIMA_DIRECTORY=`(cd .. ; pwd)`
../bin/xmaxima -source ${MAXIMA_DIRECTORY}/src/cmulisp-maxima.tcl

