mirror of
https://github.com/berthubert/galmon.git
synced 2026-05-15 05:36:54 -04:00
5 lines
131 B
Text
5 lines
131 B
Text
|
|
#!/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
|