Jpp
test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
examples
JLang
JToken.sh
Go to the documentation of this file.
1
#!/usr/bin/env zsh
2
#
3
# \author mdejong
4
#
5
version=1.0
6
script=${0##*/}
7
8
if [ -z $JPP_DIR ]; then
9
echo "Variable JPP_DIR undefined."
10
exit
11
fi
12
13
source $JPP_DIR/setenv.sh $JPP_DIR
14
15
if do_usage $*; then
16
usage "$script"
17
fi
18
19
TEXT="aap;noot;mies; wim zus jet"
20
21
echo "input\n $TEXT"
22
23
JToken -b $TEXT -d 3
24
25
Generated by
1.12.0