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: |
9d042fd3b4e9bd04c6d7697d342a0680 |
User & Date: | gawthrop@users.sourceforge.net on 1999-03-11 04:02:45 |
Other Links: | branch diff | manifest | tags |
Context
1999-03-11
| ||
04:12:26 | Put in heading. check-in: c335ed0df1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
04:02:45 | Initial revision check-in: 9d042fd3b4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
04:02:19 | Revised so that sh2csh does its stuff. check-in: 583b7135d8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/bin/sh2csh version [dd4395b56c].
> > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 | #!/bin/sh ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### #Converts mttrc to csh form. sed 's/export/setenv/' | sed 's/=/ /' |