#! /bin/sh

# check correct usage
if test $# -lt 1;
then
  echo Usage: $0 plot.xml
  exit
fi 

/usr/bin/xslttransform $1 /usr/lib/xml/plot2gp.xsl 
