#! /usr/bin/sh
#
# file: pcdtoppm
#
# the shell script runs the utility which converts pcd images to ppm format
#

# run the utility program
#
$USFS/util/pcd_to_ppm/v6.2/pcd_to_ppm.sh

# end of file
#
