
For the others windows I use the file nrn.def, but for the shell?
thanks

Code: Select all
#!/bin/sh
N="`$1/bin/cygpath -u $1`"
export N
shift
PATH=$N/bin:/usr/bin:$PATH
export PATH
SH_PATH=$N/bin/sh
export SH_PATH
#rxvt -sl 1000 -e nrniv $*
#the following indirection is to avoid the terminal from closing
#when neuron exits immediately because of a bad dll so you get a chance
#to see the error message.
rxvt -sl 1000 -e sh $N/lib/neuron2.sh $*
Code: Select all
rxvt -sl 1000 -e sh $N/lib/neuron2.sh -fn 20 $*