~daggerstab/stellarium/oculars-gui-improvement

« back to all changes in this revision

Viewing changes to plugins/Satellites/util/download_tle_find_new.sh

  • Committer: Bogdan Marinov
  • Date: 2011-11-10 23:39:52 UTC
  • mfrom: (4948.1.52 stellarium)
  • Revision ID: bogdan.marinov84@gmail.com-20111110233952-d44bk1q756mybt1k
merged in trunk at revision 5000

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
GET "http://celestrak.com/NORAD/elements/amateur.txt" | ./add_new_from_tle_file.pl amateur >> new.json
10
10
GET "http://celestrak.com/NORAD/elements/iridium.txt" | ./add_new_from_tle_file.pl iridium communications >> new.json
11
11
GET "http://celestrak.com/NORAD/elements/visual.txt"  | ./add_new_from_tle_file.pl visual >> new.json
 
12
GET "http://celestrak.com/NORAD/elements/geo.txt"     | ./add_new_from_tle_file.pl geostationary >> new.json
12
13
 
13
14
echo "now splice new.json into the old satellites.json file"