runDictionaryAnnotator.sh 159 Bytes
#!/bin/bash
set -exo pipefail

PORT=$1
if [ "$PORT" == "" ]
then
    echo "Parameters: <PORT>" >&2
    exit 1
fi
./runJava.sh $PORT DictionaryAnnotatorService