File mtt/bin/trans/mtt_langname artifact 080d1d07c0 part of check-in 234bb2da05


#! /bin/sh

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

# Bourne shell script: mtt_langname

# Returns the language name from System_rep.lang

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

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

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