File mttroot/mtt/bin/trans/mtt_sysname artifact 4a73c625bc part of check-in 5685d298d1
#! /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 | gawk -F '_' '{print $1}'