source: DMM/cmt/cleanup.csh @ 373

Last change on this file since 373 was 373, checked in by campagne, 17 years ago

Data Model for MEMPHYS

File size: 395 bytes
Line 
1if ( $?CMTROOT == 0 ) then
2  setenv CMTROOT /home/campagne/kits/CMT/v1r18p20051108
3endif
4source ${CMTROOT}/mgr/setup.csh
5set tempfile=`${CMTROOT}/mgr/cmt -quiet build temporary_name`
6if $status != 0 then
7  set tempfile=/tmp/cmt.$$
8endif
9${CMTROOT}/mgr/cmt cleanup -csh -pack=DMM -version=v0 -path=/home/campagne/projets/OSArea/MEMPHYS $* >${tempfile}; source ${tempfile}
10/bin/rm -f ${tempfile}
11
Note: See TracBrowser for help on using the repository browser.