#!/bin/tcsh
# mpostc
# Claus Gerhardt
#
# Call the script by
# mpost filename.mp
# where the file is called filename.tex
# This requires that the graphsfile in the source  is called  filename.

set path= ($path /Library/TeX/texbin /usr/texbin /usr/local/bin)

mpost  "$1.mp"
