File mttroot/mtt/bin/trans/mtt_sysname artifact 4a73c625bc part of check-in 1ddde03f1c
#! /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}'