#!/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 /usr/share/java/jclic.jar "$@"

