mirror of
https://github.com/cosinekitty/astronomy.git
synced 2025-12-25 16:48:34 -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
59 B
Batchfile
Executable File
3 lines
59 B
Batchfile
Executable File
@echo off
|
|
java -jar build/libs/astronomy-demo-1.0.0.jar %*
|