When following the instructions in README.md under Windows using Git Bash, the scripts complain that the main class can't be found.
This is due to the way that classpath.txt is generated - with windows-style paths and ; as the separator. After changing these to unix-style paths and : as the separator, the scripts work from GitBash.