source: CMT/v1r25-branch/mgr/cmt

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

Finalizing R&D on project and strategy management - see CL258

  • Property svn:eol-style set to native
  • Property svn:executable set to *
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.