Overview
| Comment: | Generates generic commands in form $1name$2. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
bfa856761e9b928f5c30bc2b28e16635 |
| User & Date: | gawthrop@users.sourceforge.net on 1996-11-03 21:19:55.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
1996-11-04
| ||
| 14:51:14 | Added none to no cr list check-in: 0db1c54fd7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
|
1996-11-03
| ||
| 21:19:55 | Generates generic commands in form $1name$2. check-in: bfa856761e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 21:19:02 | Recursice generation of Constitutive Relationship files. check-in: 8d230e463a user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/cmp2sub_m2sh
from [636b43f116]
to [60322f7bdc].
| ︙ | |||
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | + + + - + - + | # Copyright (c) P.J.Gawthrop 1996. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.3 1996/11/01 12:48:21 peterg ## Run mtt in quiet mode. ## ## Revision 1.2 1996/10/20 19:22:41 peterg ## Cleans up after itself. ## ## Revision 1.1 1996/10/20 19:19:50 peterg ## Initial revision ## ############################################################### #Inform user echo Creating $1_sub.sh |