SQLITE_NOTICE(283): recovered 5 frames from WAL file /data/mtt.fossil-wal
File mttroot/mtt/bin/trans/makecr artifact b85c8207c2 part of check-in 0d3c58cce8
#! /bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### # Bourne shell script: makecr # Copyright (c) P.J.Gawthrop 1996. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.4 1996/09/12 12:06:38 peter ## Removed reducndant lines. ## ## Revision 1.3 1996/09/12 12:05:01 peter ## Removed default crs. ## ## Revision 1.2 1996/09/10 16:18:37 peter ## Uses default constitutive relationship mtt/cr/r ## ## Revision 1.1 1996/08/24 14:53:06 peter ## Initial revision ## ############################################################### #Inform user echo Creating $1_cr.r echo % Default CR file > $1_cr.r echo % File $1_cr.r >> $1_cr.r echo % Generated by MTT on `date`. >> $1_cr.r echo >> $1_cr.r cat $MTTPATH/trans/m/rcs_header.txt >> $1_cr.r echo 'END;' >> $1_cr.r