#!/bin/sh

# jclicauthor wrapper script

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

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

