mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-05-23 00:08:45 -04: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 $*
|