source:
ntrip/trunk/BNC/Example_Configs/25_RinexEph.sh@
10821
| Last change on this file since 10821 was 10753, checked in by , 8 months ago | |
|---|---|
|
|
| File size: 318 bytes | |
| Rev | Line | |
|---|---|---|
| [10753] | 1 | #!/bin/bash |
| 2 | ||
| 3 | ../bnc -nw -conf /dev/null \ | |
| 4 | -key mountPoints "//Example:Configs@products.igs-ip.net:2101/BCEP00BKG0 RTCM_3.3 DEU 50.09 8.66 no 2"\ | |
| 5 | -key ephPath Output \ | |
| 6 | -key logFile Output/RinexEph.log \ | |
| 7 | -key ephIntr "1 hour" \ | |
| 8 | -key ephVersion 4 & | |
| 9 | ||
| 10 | psID=`echo $!` | |
| 11 | sleep 10 | |
| 12 | kill $psID | |
| 13 |
Note:
See TracBrowser
for help on using the repository browser.
