#!/bin/sh
# Author: Andreas Tille <tille@debian.org>
# This is a proposed very simple wrapper.
# I have no idea whether this makes sense but it helps
# newbies to fire up mumps with the needed variables set
# something like this should go to /usr/bin

export gtm_dist=/usr/lib/fis-gtm/V6.0-003_x86_64
export gtmroutines="$gtm_dist/libgtmutil.so $gtm_dist"
$gtm_dist/mumps -dir

