source: CMT/v1r24/mgr/cmtsh.sh

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

Set exe bits to *.sh

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