mirror of
https://github.com/berthubert/galmon.git
synced 2026-05-15 13:46:55 -04:00
5 lines
131 B
Bash
Executable file
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
|