I'm on Ubuntu 14.04, but with a more recent JVM (1.8.0_74-b02). Nim version is the last tagged release 0.15.2.
Regarding the repeating: You could simply use that other `run.sh` script and
replace the java command by `sbt run`. Or if you want to avoid the load up
time: Add `addSbtPlugin("com.github.tkawachi" % "sbt-repeat" % "0.0.1")` to the
`project/plugins.sbt` and use `repeat 100 run` in the SBT shell.
