Add verbose output while running, fix arguments to run.sh

This commit is contained in:
Johan Maasing 2025-04-15 16:57:14 +02:00
parent 98529dd3bd
commit 35ef968ed1
5 changed files with 16 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#! /bin/sh
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd "${SCRIPT_DIR}"
java -jar parser-${artifact.baseVersion}.jar
java -jar parser-${artifact.baseVersion}.jar "$@"