Last change
on this file since 10417 was 9426, checked in by stuerze, 4 years ago |
drop the deprecated www prefix
|
-
Property svn:executable
set to
*
|
File size:
318 bytes
|
Rev | Line | |
---|
[7742] | 1 | #!/bin/bash
|
---|
| 2 |
|
---|
| 3 | ../bnc -nw -conf /dev/null \
|
---|
[9426] | 4 | -key mountPoints "//Example:Configs@igs-ip.net:2101/CUT000AUS0 RTCM_3.2 AUS -32.00 115.89 no 1" \
|
---|
[8588] | 5 | -key miscMount CUT000AUS0 \
|
---|
[7742] | 6 | -key miscScanRTCM 2 \
|
---|
| 7 | -key miscIntr "10 sec" \
|
---|
| 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.