#!/bin/ksh

JAVA_CMD=/usr/local/jdk-21/bin/java

${JAVA_CMD} -jar /usr/local/lib/projectlibre/projectlibre.jar "$@"
