#!/bin/bash # Run the Joseki RDF server [ "$JOSEKIROOT" = "" ] && { echo "JOSEKIROOT unset" 1>&2 ; exit 1 ; } "$JOSEKIROOT/bin/rdfserver" "$@"