#!/bin/sh export PATH="/usr/lib/jvm/java-8-openjdk/bin/:$PATH" exec /usr/bin/java -jar '/usr/share/java/RemoteLight/RemoteLight.jar' "$@"