File mttroot/mtt/bin/trans/mtt_sysname artifact 61d88d20d5 part of check-in 40bf4a135b
#! /bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### # Bourne shell script: mtt_sysname # Returns the system name from System_rep.lang # P.J.Gawthrop Feb 2000 # Copyright (C) 2000 by Peter J. Gawthrop echo $1 | awk -F '_' '{print $1}'