Procházet zdrojové kódy

Enable prediction

tags/v1.0
Nico Rey před 5 roky
rodič
revize
0bfc119c17
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      schedule.sh

+ 1
- 1
schedule.sh Zobrazit soubor

@@ -5,7 +5,7 @@

. ~/.noaa.conf

#wget -qr https://www.celestrak.com/NORAD/elements/weather.txt -O "${NOAA_HOME}"/predict/weather.txt
wget -qr https://www.celestrak.com/NORAD/elements/weather.txt -O "${NOAA_HOME}"/predict/weather.txt
grep "NOAA 15" "${NOAA_HOME}"/predict/weather.txt -A 2 > "${NOAA_HOME}"/predict/weather.tle
grep "NOAA 18" "${NOAA_HOME}"/predict/weather.txt -A 2 >> "${NOAA_HOME}"/predict/weather.tle
grep "NOAA 19" "${NOAA_HOME}"/predict/weather.txt -A 2 >> "${NOAA_HOME}"/predict/weather.tle


Načítá se…
Zrušit
Uložit