#!/bin/sh
JLINK_VM_OPTIONS=
DIR=`dirname $0`
$DIR/java $JLINK_VM_OPTIONS -m net.link_cube.komalayout/net.link_cube.komalayout.App "$@"
