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