opensourcebrain/HodgkinHuxleyTutorial
0
1#!/bin/bash2 3#################################################4# LEMS Hodgkin Huxley Neuron Model5#6# Command to run LEMS_HH_Simulation.xml script on Linux/Mac7#8# Usage: ./run.sh9#10#################################################11 12set -e13java -jar jNeuroML-0.7.2-jar-with-dependencies.jar LEMS_HH_Simulation.xml