Differences From Artifact [35f149671a]:

To Artifact [bde7d0e306]:


1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

     ###################################### 
     ##### Model Transformation Tools #####
     ######################################

# Bourne shell script: mtt_repname

# Returns the representation name from System_rep.lang

# P.J.Gawthrop Feb 2000
# Copyright (C) 2000 by Peter J. Gawthrop

echo $1 | tr '.' '_' | awk -F '_' '{print $2}'













|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

     ###################################### 
     ##### Model Transformation Tools #####
     ######################################

# Bourne shell script: mtt_repname

# Returns the representation name from System_rep.lang

# P.J.Gawthrop Feb 2000
# Copyright (C) 2000 by Peter J. Gawthrop

echo $1 | tr '.' '_' | gawk -F '_' '{print $2}'

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