Last change
on this file since 10590 was 10557, checked in by neumaier, 3 months ago |
update config-files
|
-
Property svn:executable
set to
*
|
File size:
317 bytes
|
Rev | Line | |
---|
[7742] | 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" \
|
---|
| 5 | -key miscMount KIR000SWE0 \
|
---|
[7742] | 6 | -key miscScanRTCM 2 \
|
---|
[9424] | 7 | -key miscIntr "2 sec" \
|
---|
[7742] | 8 | -key logFile Output/SCAN.log &
|
---|
| 9 |
|
---|
| 10 | psID=`echo $!`
|
---|
| 11 | sleep 20
|
---|
| 12 | kill $psID
|
---|
| 13 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.