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

