#!/bin/sh

# jclicreports wrapper script

# Unset The "LANGUAGE" environment variable
# to avoid conflicts with the JVM keyboard layout
export LANGUAGE=""

# Launch JClic Reports
java -jar /opt/apps/org.buster.jclic/entries/java/jclicreports.jar "$@"

