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