4 lines
No EOL
154 B
Bash
Executable file
4 lines
No EOL
154 B
Bash
Executable file
#! /bin/sh
|
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
cd "${SCRIPT_DIR}"
|
|
java -jar parser-${artifact.baseVersion}.jar |