mirror of
https://github.com/cosinekitty/astronomy.git
synced 2025-12-25 00:29:45 -05:00
9 lines
297 B
Bash
Executable File
9 lines
297 B
Bash
Executable File
#!/bin/bash
|
|
rm -f pluto_{novas,top}.csv
|
|
./build || exit $?
|
|
./generate distplot Pluto -50000 +50000 > pluto_novas.csv || exit $?
|
|
./generate source || exit $?
|
|
./ctbuild || exit $?
|
|
./ctest distplot Pluto -200000 +200000 pluto_top.csv || exit $?
|
|
./plotdist.py pluto_novas.csv pluto_top.csv || exit $?
|