source: DMM/cmt/cleanup.sh@ 373

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

Data Model for MEMPHYS

File size: 385 bytes
Line 
1if test "${CMTROOT}" = ""; then
2 CMTROOT=/home/campagne/kits/CMT/v1r18p20051108; export CMTROOT
3fi
4. ${CMTROOT}/mgr/setup.sh
5tempfile=`${CMTROOT}/mgr/cmt -quiet build temporary_name`
6if test ! $? = 0 ; then tempfile=/tmp/cmt.$$; fi
7${CMTROOT}/mgr/cmt cleanup -sh -pack=DMM -version=v0 -path=/home/campagne/projets/OSArea/MEMPHYS $* >${tempfile}; . ${tempfile}
8/bin/rm -f ${tempfile}
9
Note: See TracBrowser for help on using the repository browser.