#!/bin/sh
CURDIR=`dirname $0`
echo "$CURDIR"
java -jar "$CURDIR/app/Elegit-1.1.1-jfx.jar"

