Artifact 6060a423fe0d198b7eabe4e39787df0c5193c4b43907dc0d44332c53f301e848:


#!/bin/sh

     ###################################### 
     ##### Model Transformation Tools #####
     ######################################

# Bourne shell script: first
# Gives first of space seperated string
# Copyright (C) 2000 by Peter J. Gawthrop

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
###############################################################

echo $1 | cut -d ' ' -f 1 


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