mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-03-30 20:34:16 -04:00
5 lines
92 B
Bash
Executable File
5 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
mypy --strict goplan.py || exit 1
|
|
python3 goplan.py > plan.csv || exit 1
|
|
exit 0
|