# script to make tar file for CDS software (data) directories only
# Version 1 31-Oct-95
# Version 2 12-Jun-96, William Thompson
#	Reflect directory reorganization, and make easier to untar.

cd $CDS_TOP
rm cds_data.tar.gz
tar -cf cds_data.tar data
gzip -v cds_data.tar
