#!/bin/sh
if test "x${NRNHOME}" = "x" ; then
	NRNHOME="/home/kael/apps/nrn-7.7-py37"
fi
if test "x${NRNBIN}" = "x" ; then
	NRNBIN="/home/kael/apps/nrn-7.7-py37/x86_64/bin/"
fi
if test "" = "yes" ; then
	NRNIV="${NRNBIN}nrniv.app/Contents/MacOS/nrniv"
else
	NRNIV="${NRNBIN}nrniv"
fi
"${NRNIV}" -dll "/home/kael/Workspace/bmtk/bmtk/tests/simulator/bionet/x86_64/.libs/libnrnmech.so" "$@"
