#!/bin/sh

# This config file specifies all the variables that will be written to config
# files when installing


# The directory containing the testbed setup files
TESTBED_HOME=$(readlink -f $(dirname $0)/..)


