#!/bin/sh
DEV="$1"; shift
CP="$(dirname "$0")/LoTool-bootrom.jar"
exec java -cp "$CP" org.openipc.lotool.Bootrom "$DEV" "$@"
