Updated, should work IF predict is in /usr/bin/. Otherwise please change accordingly.
This commit is contained in:
parent
020d3232f9
commit
170815f65f
|
@ -8,4 +8,10 @@ wget -qr https://www.celestrak.com/NORAD/elements/noaa.txt -O /tmp/noaa.txt
|
||||||
rm /tmp/amateur.txt
|
rm /tmp/amateur.txt
|
||||||
wget -qr https://www.celestrak.com/NORAD/elements/amateur.txt -O /tmp/amateur.txt
|
wget -qr https://www.celestrak.com/NORAD/elements/amateur.txt -O /tmp/amateur.txt
|
||||||
|
|
||||||
/usr/bin/predict -u /tmp/noaa.txt /tmp/amateur.txt
|
rm /tmp/cubesat.txt
|
||||||
|
wget -qr https://www.celestrak.com/NORAD/elements/cubesat.txt -O /tmp/cubesat.txt
|
||||||
|
|
||||||
|
rm /tmp/weather.txt
|
||||||
|
wget -qr https://www.celestrak.com/NORAD/elements/weather.txt -O /tmp/weather.txt
|
||||||
|
|
||||||
|
/usr/bin/predict -u /tmp/noaa.txt /tmp/amateur.txt /tmp/weather.txt /tmp/cubesat.txt
|
||||||
|
|
Loading…
Reference in New Issue