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: |
2d744d8c96e77479a34e42a75ff229c1 |
User & Date: | gawthrop@users.sourceforge.net on 1998-05-28 09:31:13 |
Other Links: | branch diff | manifest | tags |
Context
1998-05-28
| ||
09:31:44 | Cosmetic changes check-in: ab94e4fe88 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:31:13 | Initial revision check-in: 2d744d8c96 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:24:41 | Initial revision check-in: a91bdfab36 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/bin/mtt_version version [2c8ae712fc].
> > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | #! /bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### # Bourne shell script: mtt_version # Prints out version of a GNU-style tool # P.J.Gawthrop May 1998 # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### echo $1: `$1 --version | head -1` |