#!/bin/sh
cd /usr/share/chatty
export PATH=/usr/lib/jvm/java-8-openjdk/jre/bin/:$PATH
java -jar Chatty.jar "$@"