source: tbroadcast/v1/cmt/cleanup.sh @ 231

Last change on this file since 231 was 231, checked in by garonne, 18 years ago

import tbroadcast

File size: 393 bytes
Line 
1if test "${CMTROOT}" = ""; then
2  CMTROOT=/afs/cern.ch/sw/contrib/CMT/v1r14p20031120; export CMTROOT
3fi
4. ${CMTROOT}/mgr/setup.sh
5tempfile=`${CMTROOT}/mgr/cmt build temporary_name -quiet`
6if test ! $? = 0 ; then tempfile=/tmp/cmt.$$; fi
7${CMTROOT}/mgr/cmt -quiet cleanup -sh -pack=tbroadcast -version=v1 -path=/afs/cern.ch/sw/contrib/CMT $* >${tempfile}; . ${tempfile}
8/bin/rm -f ${tempfile}
9
Note: See TracBrowser for help on using the repository browser.