Artifact c54b9eac8f53432853bb3469e6877e1d04fc50bbb9dedc627d83c73695829b6f:
- Executable file mttroot/mtt/bin/trans/mtt_langname — part of check-in [056069352f] at 2000-04-10 09:40:13 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 333) [annotate] [blame] [check-ins using]
#! /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}'