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: 03493007d615019157ebb565636d64365016ef21dfcf51f0a411d6c0ad3b73e7
User & Date: gawthrop@users.sourceforge.net on 2000-10-10 07:44:20
Other Links: branch diff | manifest | tags
Context
2000-10-10
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
07:25:46
Initial revision check-in: c2e3fed278 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/bin/trans/first version [6060a423fe].





































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

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

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

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
###############################################################

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


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