Artifact 35f149671ad7c4852aeacfcd514c58fdd158ec555fbc130cc4225fb1d7e3df38:


#! /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}'


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