File mtt/bin/trans/mtt_sysname artifact 4a73c625bc part of check-in a8cce33cfa


#! /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}'

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]