runLakon.sh 213 Bytes
#!/bin/bash
set -exo pipefail

PORT=$1
MODEL=`readlink -f ../config/lakon`

if [ "$PORT" == "" ]
then
    echo "Parameters: <PORT>" >&2
    exit 1
fi
./runJava.sh $PORT LakonSummarizerService --config-path $MODEL