Overview
Comment:Added second arg option
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: c1fcfebeb3bdcca808db37a1ca2d835310e7078be8d5454f37a320c3554eca50
User & Date: gawthrop@users.sourceforge.net on 1999-12-20 02:08:38
Other Links: branch diff | manifest | tags
Context
1999-12-20
06:26:39
Now writes out the matrix sizes check-in: 0559ac205a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
02:08:38
Added second arg option check-in: c1fcfebeb3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1999-12-17
03:17:57
reps_made is now $1_reps_made - stops clash between two reps per directory check-in: 353b72dfd9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/mtt_version from [718c5a107b] to [b7d68d5ced].

11
12
13
14
15
16
17



18
19
20
21
22


23
24


25
26
27
28
29
30
31
# Copyright (c) P.J.Gawthrop 1998

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$



## Revision 1.1  1998/05/28 09:31:13  peterg
## Initial revision
##
###############################################################



echo $1: `$1 --version | head -1`

















>
>
>





>
>
|
|
>
>







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
# Copyright (c) P.J.Gawthrop 1998

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.2  1998/05/28 09:31:44  peterg
## Cosmetic changes
##
## Revision 1.1  1998/05/28 09:31:13  peterg
## Initial revision
##
###############################################################


if [ -z "$2" ]; then
    echo $1: `$1 --version | head -1`
else
    echo $1: $2
fi








MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]