#!/bin/sh
if test "x${NRNHOME}" = "x" ; then
	NRNHOME="/Users/padraig/nrn77py37"
fi
if test "x${NRNBIN}" = "x" ; then
	NRNBIN="/Users/padraig/nrn77py37/x86_64/bin/"
fi
if test "" = "yes" ; then
	NRNIV="${NRNBIN}nrniv.app/Contents/MacOS/nrniv"
else
	NRNIV="${NRNBIN}nrniv"
fi
"${NRNIV}" -dll "/Users/padraig/NeuroMLlite/examples/x86_64/.libs/libnrnmech.so" "$@"
