galmon/update-tles
bert hubert 686ce706fe add TLEs
2019-09-02 16:13:49 +02:00

5 lines
131 B
Bash
Executable file

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