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

Last change on this file since 9969 was 9781, checked in by stuerze, 22 months ago

example files updated

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