Overview
| Comment: | Version control header added. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
8cc4cb7bcfdcaba99ba1e074308a0f44 |
| User & Date: | gawthrop@users.sourceforge.net on 1996-08-20 08:26:06.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
1996-08-22
| ||
| 12:19:51 | Added various document viewers. check-in: a6228d3140 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
|
1996-08-20
| ||
| 08:26:06 | Version control header added. check-in: 8cc4cb7bcf user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 08:25:25 | Initial revision check-in: bc8c05636f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/matlab_tidy
from [e6409dd2a4]
to [c659bf0ded].
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | + + + + + + + |
#! /bin/sh
######################################
##### Model Transformation Tools #####
######################################
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
###############################################################
# Bourne shell script: matlab_tidy
# Tidies up Matlab format files
# P.J.Gawthrop 14 June 1990 13 Nov 1990, 19 Nov 93, April 1994, Dec 1994,
# June 1995
# Copyright (c) P.J.Gawthrop, 1990, 1994, 1995.
|
| ︙ |