Jpp  15.0.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JShellParser.csh
Go to the documentation of this file.
1 #!/bin/csh
2 
3 #
4 # \author mdejong
5 #
6 # ------------------------------------------------------------------------------------------
7 #
8 # Example script for JShellParser
9 #
10 # ------------------------------------------------------------------------------------------
11 
12 source $JPP_DIR/setenv.csh $JPP_DIR
13 
14 eval `JShellParser \
15  -o "-a A = 1, 2, 3, 4" \
16  -o "-b B" \
17  -b "-c C" \
18  -o "-d D = ''" \
19  -- $*`
20 
21 echo "A = <$A>"
22 echo "B = <$B>"
23 echo "C = <$C>"
24 echo "D = <$D>"
then echo
do $DIR JTransitTime o
Definition: JTransitTime.sh:44