#!/bin/bash

### convenience BaseXClient 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:/local_tmp/basex/bin";

java -Xmx512m org.basex.BaseXClient $*;
