#!/bin/sh

# jclicplayer wrapper script

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

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

