source: CMT/v1r19/mgr/cmt @ 11

Last change on this file since 11 was 11, checked in by arnault, 19 years ago

Changing eol-style property

  • Property svn:eol-style set to native
File size: 240 bytes
Line 
1#!/bin/sh
2
3set -f
4
5if test ! "${CMTDEBUG}" = "" ; then
6  set -x
7fi
8
9#--------------------------------------------------
10# main ()
11#--------------------------------------------------
12
13cmtexe=${CMTROOT}/${CMTBIN}/cmt.exe
14
15${cmtexe} "$@"
16
17
18
19
20
Note: See TracBrowser for help on using the repository browser.