#!/bin/sh

set -e
set -v

cd test/test-helpers/apache-tinkerpop-gremlin-server
nohup bin/gremlin-server.sh start &
