Artifact 080d1d07c00d5efc157920a2118f67e5804a8e06456f6b51bdb266ad280a8e4d:


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