source: CMT/v1r16p20040901/mgr/cmt @ 1

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

Import all tags

File size: 260 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.