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

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

import tbroadcast

File size: 403 bytes
Line 
1if ( $?CMTROOT == 0 ) then
2  setenv CMTROOT /afs/cern.ch/sw/contrib/CMT/v1r14p20031120
3endif
4source ${CMTROOT}/mgr/setup.csh
5set tempfile=`${CMTROOT}/mgr/cmt build temporary_name -quiet`
6if $status != 0 then
7  set tempfile=/tmp/cmt.$$
8endif
9${CMTROOT}/mgr/cmt -quiet cleanup -csh -pack=tbroadcast -version=v1 -path=/afs/cern.ch/sw/contrib/CMT $* >${tempfile}; source ${tempfile}
10/bin/rm -f ${tempfile}
11
Note: See TracBrowser for help on using the repository browser.