runSwietlickaSummarizer.sh 223 Bytes
#!/bin/bash
set -exo pipefail

PORT=$1
MODEL=`readlink -f ../config/swietlicka`
if [ "$PORT" == "" ]
then
    echo "Parameters: <PORT>" >&2
    exit 1
fi

./runJava.sh $PORT SwietlickaSummarizerService --config-path $MODEL