Last change
on this file since 10573 was 10557, checked in by neumaier, 5 weeks ago |
update config-files
|
-
Property svn:executable
set to
*
|
File size:
445 bytes
|
Rev | Line | |
---|
[7745] | 1 | #!/bin/bash
|
---|
| 2 |
|
---|
| 3 | ../bnc -nw -conf /dev/null \
|
---|
[10557] | 4 | -key mountPoints "//Example:Configs@euref-ip.net:2101/KIR000SWE0 RTCM_3.3 SWE 67.88 21.06 no 2;//Example:Configs@euref-ip.net:2101/FFMJ00DEU0 RTCM_3.3 DEU 50.09 8.66 no 2" \
|
---|
[7745] | 5 | -key logFile Output/RinexObs.log \
|
---|
| 6 | -key rnxPath Output \
|
---|
| 7 | -key rnxIntr "15 min" \
|
---|
| 8 | -key rnxSkel SKL \
|
---|
[9781] | 9 | -key rnxSampl "1 sec"\
|
---|
| 10 | -key rnxVersion 4 &
|
---|
[7745] | 11 |
|
---|
| 12 | psID=`echo $!`
|
---|
[9781] | 13 | sleep 10
|
---|
[7745] | 14 | kill $psID
|
---|
| 15 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.