#!/bin/sh

# These are the directories in which you installed MuPAD

# MuPAD_ROOT_PATH is the root directory of the MuPAD-System  
# MuPAD_BIN       is the directory of the MuPAD programms

SYSINFO=`$MuPAD_ROOT_PATH/share/bin/sysinfo`

MuPAD_BIN=$MuPAD_ROOT_PATH/$SYSINFO/bin

$MuPAD_BIN/xrastool $*
