source: CMT/v1r16p20040901/mgr/cmtsh.sh @ 1

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

Import all tags

File size: 258 bytes
Line 
1#!/bin/sh
2
3. /lal/CMT/v1r4p20000328/mgr/setup.sh
4
5echo $CLASSPATH
6
7J2SDKBIN=/usr/opt/java122/bin; export J2SDKBIN
8
9PATH=${J2SDKBIN}:${PATH}; export PATH
10
11java cmt_parser
12
13trap "break" 0 1 2 15
14
15while test 1 ; do
16  read a
17  echo $a
18done
19
20
Note: See TracBrowser for help on using the repository browser.