File mtt/bin/trans/rest artifact 2530ab00f0 part of check-in a8cce33cfa


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