Artifact 2530ab00f081c53787e8a49ba9593a23e86be64498e917f2bbead53a7d941491:


#!/bin/sh

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

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

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.1  2000/10/10 07:44:20  peterg
## Initial revision
##
###############################################################

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



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