Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
JParser-string.sh
Go to the documentation of this file.
1#!/usr/bin/env zsh
2#
3# \author mdejong
4#
5version=1.0
6script=${0##*/}
7
8# ------------------------------------------------------------------------------------------
9#
10# Example script for JParser-string
11#
12# ------------------------------------------------------------------------------------------
13
14if [ -z $JPP_DIR ]; then
15 echo "Variable JPP_DIR undefined."
16 exit
17fi
18
19source $JPP_DIR/setenv.sh $JPP_DIR >& /dev/null
20
21if do_usage $*; then
22 usage "$script"
23fi
24
25echo "JParser-string:"
26JParser-string -a -b -text "hello world" --!
27