source: ntrip/trunk/BNC/Example_Configs/24_RinexEph.sh@ 7734

Last change on this file since 7734 was 7734, checked in by weber, 8 years ago

Documentation completed

  • Property svn:executable set to *
File size: 304 bytes
RevLine 
[7733]1#!/bin/bash
2
3../bnc -nw -conf /dev/null \
[7734]4 -key mountPoints "//Example:Configs@products.igs-ip.net:80/RTCM3EPH RTCM_3 DEU 50.09 8.66 no 1" \
[7733]5 -key ephPath Output \
6 -key logFile Output/RinexEph.log \
7 -key ephIntr 1 hour \
[7734]8 -key ephV3 2
[7733]9
10psID=`echo $!`
[7734]11sleep 20
[7733]12kill $psID
13
Note: See TracBrowser for help on using the repository browser.