SQLITE_NOTICE(283): recovered 5 frames from WAL file /data/mtt.fossil-wal
Artifact ef049478bc40c2fe1a59644876070f97c315350783960b533ad858f32cc7fefc:
- Executable file mttroot/mtt/bin/mtt_rename_all — part of check-in [6ad1c28105] at 1998-03-02 17:14:06 on branch origin/master — Added simpar to list (user: gawthrop@users.sourceforge.net, size: 979) [annotate] [blame] [check-ins using]
#! /bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### # Bourne shell script: mtt_rename_all # P.J.Gawthrop Jan 1998 # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 1998/01/06 13:57:59 peterg ## Initial revision ## ############################################################### old_name=$1 new_name=$2 mtt_rename $old_name $new_name _abg.fig mtt_rename $old_name $new_name _desc.tex mtt_rename $old_name $new_name _input.txt mtt_rename $old_name $new_name _lbl.txt mtt_rename $old_name $new_name _numpar.txt mtt_rename $old_name $new_name _odes.h mtt_rename $old_name $new_name _rep.txt mtt_rename $old_name $new_name _simp.r mtt_rename $old_name $new_name _sspar.r mtt_rename $old_name $new_name _simpar.r