#!/bin/csh -f
if($#argv >= 1) then
   gunzip -S gz -c $1
else
   echo "Usage: pqgzconv <jobname>.pqgz"
endif
