Artifact 6060a423fe0d198b7eabe4e39787df0c5193c4b43907dc0d44332c53f301e848:
- Executable file mtt/bin/trans/first — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 521) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/bin/trans/first — part of check-in [03493007d6] at 2000-10-10 07:44:20 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 521) [annotate] [blame] [check-ins using]
#!/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