#!/bin/bash

# Path to this script
PWD=`dirname $0`

# Assign more memory
VM=-Xmx1g

# Run BaseX GUI
java -cp "$BXPATH" $VM org.basex.BaseXWin "$@"
