Overview
Comment:Initial revision
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 5f8f31a739e95c832131dd6d9d46a13b137d22e5ee26c31f4379f9f47b662431
User & Date: gawthrop@users.sourceforge.net on 2000-10-10 07:49:34
Other Links: branch diff | manifest | tags
Context
2000-10-10
09:07:32
Initial revision check-in: 7f06c77943 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
07:49:34
Initial revision check-in: 5f8f31a739 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
07:44:20
Initial revision check-in: 03493007d6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/bin/trans/rest version [2530ab00f0].













































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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-


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