#!/bin/sh # jar OE wrapper script # Copyright (C) 2006, Rene Wagner. All Rights Reserved # Released under the MIT license (see org.handhelds.familiar/COPYING.MIT) if [ -z ${JAR} ]; then echo 'Error: $JAR not set.' exit 1 fi exec ${JAR} $@