Overview
Comment:Modular form
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: bcf49c09439311f53053481447f9afaa3f9342ef03fd0c063305fd7794273abe
User & Date: gawthrop@users.sourceforge.net on 1999-08-18 06:17:55
Other Links: branch diff | manifest | tags
Context
1999-08-18
06:20:32
Put -u back again ..... check-in: b9bae93739 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
06:17:55
Modular form check-in: bcf49c0943 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
06:17:14
Initial revision check-in: aa9c74c6de user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/xmtt from [d2f30c3b97] to [60f22c6f18].

11
12
13
14
15
16
17



18
19
20
21
22
23
24
# Copyright (c) P.J.Gawthrop, 1998

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



## Revision 1.1  1998/10/20 08:15:17  peterg
## Initial revision
##
###############################################################

#Look for a command line argument
while [ -n "`echo $1 | grep '^-'`" ]; do







>
>
>







11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright (c) P.J.Gawthrop, 1998

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.2  1999/03/09 00:03:55  peterg
## Major revisions for release 3.5
##
## Revision 1.1  1998/10/20 08:15:17  peterg
## Initial revision
##
###############################################################

#Look for a command line argument
while [ -n "`echo $1 | grep '^-'`" ]; do
38
39
40
41
42
43
44
45
46
47
48
    mtt -q  copy $1; 
    cd $1; 
    xmtt
    exit
fi

# Use wish
reps_txt2tk | wish -name xmtt










|



41
42
43
44
45
46
47
48
49
50
51
    mtt -q  copy $1; 
    cd $1; 
    xmtt
    exit
fi

# Use wish
mtt_make_menu | wish -name xmtt




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