Last change
on this file since 9407 was 9404, checked in by stoecker, 4 years ago |
drop the deprecated www prefix
|
-
Property svn:executable
set to
*
|
File size:
436 bytes
|
Rev | Line | |
---|
[7745] | 1 | #!/bin/bash
|
---|
| 2 |
|
---|
| 3 | ../bnc -nw -conf /dev/null \
|
---|
[9404] | 4 | -key mountPoints "//Example:Configs@mgex.igs-ip.net:80/CUT000AUS0 RTCM_3.2 AUS -32.00 115.89 no 1;//Example:Configs@igs-ip.net:2101/FFMJ00DEU1 RTCM_3.1 DEU 50.09 8.66 no 1" \
|
---|
[7745] | 5 | -key logFile Output/RinexObs.log \
|
---|
| 6 | -key rnxPath Output \
|
---|
| 7 | -key rnxIntr "15 min" \
|
---|
| 8 | -key rnxSkel SKL \
|
---|
| 9 | -key rnxSampl 0 \
|
---|
[9158] | 10 | -key rnxV2 0 &
|
---|
[7745] | 11 |
|
---|
| 12 | psID=`echo $!`
|
---|
| 13 | sleep 30
|
---|
| 14 | kill $psID
|
---|
| 15 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.