#!/bin/sh
CDBS_TOP=${CDBS_TOP:-/data/cdbs1/tools/}
export CDBS_TOP
. ${CDBS_TOP}/util/defines.sh
export CDBS_DB CDBS_SERVER

dir=`pwd`
cd $CDBS_TOP/src/opus_catalog
if test $# -lt 1
then
opus_catalog.s $dir 
else
opus_catalog.s $dir $1
fi


