Artifact 61d88d20d590d3e3aceccdb6845c7e44d81440a01b592105034a3b9db0b3db9b:
- Executable file mttroot/mtt/bin/trans/mtt_sysname — part of check-in [056069352f] at 2000-04-10 09:40:13 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 330) [annotate] [blame] [check-ins using]
#! /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}'