Overview
| Comment: | Renamed to lbl2alias_txt2txt |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
287b5fa0971dd044a2bd688f2971ea2a |
| User & Date: | gawthrop@users.sourceforge.net on 1998-07-02 08:34:00.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
1998-07-02
| ||
| 09:22:10 | Initial revision check-in: 96552203dc user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 08:34:00 | Renamed to lbl2alias_txt2txt check-in: 287b5fa097 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 08:14:07 | Initial revision check-in: 4975366d5a user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/lbl2alias_txt
from [d289ce86ad]
to [19255cbb75].
1 2 3 4 5 6 |
#! /bin/sh
######################################
##### Model Transformation Tools #####
######################################
| | > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
#! /bin/sh
######################################
##### Model Transformation Tools #####
######################################
# Bourne shell script: lbl2alias_txt2txt
# Creates the component aliases in text form
# Copyright (c) P.J.Gawthrop 1998
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.1 1998/07/02 08:14:07 peterg
## Initial revision
##
###############################################################
# Inform user
echo Creating $1_alias.txt
#Create the alias file complete with headers.
echo "# Alias file ($1_alias.txt)" > $1_alias.txt
|
| ︙ | ︙ |