Overview
Comment: | Initial revision |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
25693e63c1e745a0088b5232e58edeaa |
User & Date: | gawthrop@users.sourceforge.net on 1997-05-21 10:09:19 |
Other Links: | branch diff | manifest | tags |
Context
1997-05-22
| ||
07:36:35 | \ref --> \Ref check-in: 7157a68e3e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1997-05-21
| ||
10:09:19 | Initial revision check-in: 25693e63c1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:00:51 | Tidied up. check-in: 74bdfa05b1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/bin/trans/sub2subs version [0c580b20d5].
> > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | #!/bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### # Bourne shell script: sub2subs # Generates a list of all subsystems associated with system $1 # P.J.Gawthrop May 1997 # Copyright (c) P.J.Gawthrop, 1997. # Recursively execute the subsystem files sh $1\_sub.sh "echo " sh $1\_sub.sh "sub2subs " |