浏览代码

Enable prediction

tags/v1.0
Nico Rey 5 年前
父节点
当前提交
0bfc119c17
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      schedule.sh

+ 1
- 1
schedule.sh 查看文件

@@ -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


正在加载...
取消
保存