Artifact c54b9eac8f53432853bb3469e6877e1d04fc50bbb9dedc627d83c73695829b6f:


#! /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 | awk -F '.' '{print $2}'

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