#!/bin/bash

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

# Core classes
CP=$PWD/../BaseX.jar

# Run code
java -cp "$CP" org.basex.BaseXClient "$@"
