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: 09197e338ae3d2267f68fbe956318f440d0e872a95c050488302ee482584a466
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: 8e5778604c user: gawthrop@users.sourceforge.net tags: origin/master, trunk
07:49:34
Initial revision check-in: 09197e338a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
07:44:20
Initial revision check-in: 4e122324bd 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 ]