Artifact 4a73c625bca5e6be7aeec9b4fd8af847a9318599437b3480d2c1d956e8d27df2:


#! /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 ]