Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
JParser.csh
Go to the documentation of this file.
1#!/bin/csh
2#
3# \author mdejong
4#
5setenv version 1.0
6
7# ------------------------------------------------------------------------------------------
8#
9# Example script for JParser
10#
11# ------------------------------------------------------------------------------------------
12
13source $JPP_DIR/setenv.csh $JPP_DIR > /dev/null
14
15cat>input_file<<EOF
161 1
172 2
183 3
194 4
20EOF
21
22echo "input file"
23cat input_file
24
25echo "JParser:"
26$JPP_DIR/examples/Jeep/JParser -! "`cat input_file | tr '\n' '\r'`" -ab -T "hello world" --!
27
28rm -f input_file