galmon/update-tles
nousian 214fa76dff
Update update-tles
-N saves bandwidth and server load, only downloads when there is a new TLE available
--progress=dot:binary makes output more script friendly
2020-01-04 12:21:15 +02:00

5 lines
156 B
Bash
Executable file

#!/bin/sh
for a in galileo gps-ops beidou glo-ops active
do
wget -N --progress=dot:binary --backups=1 https://www.celestrak.com/NORAD/elements/$a.txt
done