File mtt/bin/trans/mtt_repname artifact bde7d0e306 part of check-in a8cce33cfa


#! /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 ]