ADDED mttroot/mtt/bin/trans/rest Index: mttroot/mtt/bin/trans/rest ================================================================== --- /dev/null +++ mttroot/mtt/bin/trans/rest @@ -0,0 +1,22 @@ +#!/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- +