#!/bin/bash

### convenience BaseXWin launch script

### In case the BaseX classes are not in your CLASSPATH, append the
### according path behind the colon and uncomment the line below.

#export CLASSPATH="$CLASSPATH:";

java -Xmx512m org.basex.BaseXWin $*;
