#!/bin/sh
# Author: Jeff Dalton
# Updated: Tue Apr 27 00:35:15 2004 by Jeff Dalton
# Copyright: (c) 2004, AIAI, University of Edinburgh

this_dir=`dirname "$0"`
export ix=$this_dir/..

if [ "$#" -lt 1 ]
then
    echo "usage: cvt-plan-for-psgraph -plan=file [-output=file]"
    exit 1
fi

exec $ix/etc/path-java ix.test.OPlanPSGraph \
     -not interactive "$@"
