source: CMT/v1r14p20031120/mgr/cmt @ 1

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

Import all tags

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