mirror of
https://github.com/cosinekitty/astronomy.git
synced 2025-12-23 23:58:15 -05:00
8 lines
194 B
Plaintext
Executable File
8 lines
194 B
Plaintext
Executable File
#/bin/bash
|
|
[[ -d generate ]] && cd generate
|
|
rm -f output/vsop*.txt output/*.eph output/jupiter_moons.txt
|
|
OS_NAME=$1 ./run || exit $?
|
|
./verify_clean || exit $?
|
|
echo "commit_hook: SUCCESS"
|
|
exit 0
|