#!/bin/bash

VERSION=1.11.2
# Modify per your setup.  If MAPLE is already defined, it uses the definition.
MAPLE=${MAPLE:-/usr/local/share/maple/15/bin/maple}
# The escaped backslashes are there to allow this work with the maple script.  
MLA="\\\"mdcs-installer-$VERSION.mla\\\""
$MAPLE -c "march(open,$MLA)" -c done
