#!/bin/bash
# Determine the directory where this script is located.
SCRIPT_DIR=$(dirname "$0")
# Run the jar using a path relative to this script.
exec java -jar "$SCRIPT_DIR/../share/jacusa2-2.1.15-0/JACUSA_v2.1.15.jar" "$@"
