mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-01-03 13:10:43 -05:00
The help pages for the Java and Kotlin demos mention a Windows batch file `rundemo.bat`, but they did not exist. I created them, so now the documentation is correct.
3 lines
58 B
Batchfile
3 lines
58 B
Batchfile
@echo off
|
|
java -jar build/libs/AstronomyDemo-1.0.0.jar %*
|