#! /bin/sh
# cd'ing to the directory is necessary for the application to find the images.
cd /usr
exec java -classpath /usr/share/java/slashtime-0.6.jar:/usr/share/java/gtk-4.1.jar slashtime.client.Master "$@"
