#!/bin/sh

# Copyright (c) 1993-2001 by Waterloo Maple Inc.
# All rights reserved. Unauthorized duplication prohibited.
# Permission is granted to modify this file to be appropriate
# for use at the installation for which Maple was purchased.

# This script runs Maple 7 with a Motif interface.

case $0 in
        */*)    exec `dirname $0`/maple -x $* 
	;;
        *)      exec maple -x $*
	;;
esac
