#!/bin/sh
prcs info -l $1 > /tmp/$$a
prcs_tree.pl < /tmp/$$a > /tmp/$$b
xvcg /tmp/$$b
rm /tmp/$$[ab]             
