mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-01-03 13:10:43 -05:00
Just like we have Java demos that use the Kotlin version of Astronomy Engine, I want equivalent demos in Kotlin.
3 lines
60 B
Bash
Executable File
3 lines
60 B
Bash
Executable File
#!/bin/bash
|
|
java -jar build/libs/AstronomyDemo-1.0.0.jar $*
|