source:
CMT/v1r16p20040901/mgr/cmt@
1
| Last change on this file since 1 was 1, checked in by , 21 years ago | |
|---|---|
| File size: 260 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | set -f |
| 4 | |
| 5 | if test ! "${CMTDEBUG}" = "" ; then |
| 6 | set -x |
| 7 | fi |
| 8 | |
| 9 | #-------------------------------------------------- |
| 10 | # main () |
| 11 | #-------------------------------------------------- |
| 12 | |
| 13 | cmtexe=${CMTROOT}/${CMTBIN}/cmt.exe |
| 14 | |
| 15 | ${cmtexe} "$@" |
| 16 | |
| 17 | |
| 18 | |
| 19 | |
| 20 |
Note:
See TracBrowser
for help on using the repository browser.
