mirror of
https://github.com/cosinekitty/astronomy.git
synced 2025-12-25 16:48:34 -05:00
6 lines
204 B
Bash
Executable File
6 lines
204 B
Bash
Executable File
#!/bin/bash
|
|
./generate source || exit $?
|
|
google-closure-compiler --js ../source/js/astronomy.js --js_output_file ../source/js/astronomy.min.js || exit $?
|
|
time node lunar_eclipse_test.js || exit $?
|
|
exit 0
|