#!/bin/sh if test "x${NRNHOME}" = "x" ; then NRNHOME="/usr/local/neuron" fi if test "x${NRNBIN}" = "x" ; then NRNBIN="/usr/local/neuron/x86_64/bin/" fi if test "" = "yes" ; then NRNIV="${NRNBIN}nrniv.app/Contents/MacOS/nrniv" else NRNIV="${NRNBIN}nrniv" fi "${NRNIV}" -dll "/home/mcapll/JA1/simulations/stimulation_ja1_revisions/monophasic/current_00500nA/EC/x86_64/.libs/libnrnmech.so" "$@"