source: ntrip/trunk/BNC/Example_Configs/25_ScanLate.sh@ 9800

Last change on this file since 9800 was 9424, checked in by stuerze, 3 years ago

Example Configs updated

  • Property svn:executable set to *
File size: 317 bytes
RevLine 
[7742]1#!/bin/bash
2
3../bnc -nw -conf /dev/null \
[9424]4 -key mountPoints "//Example:Configs@igs-ip.net:2101/CUT000AUS0 RTCM_3.3 AUS -32.00 115.89 no 2" \
[8587]5 -key miscMount CUT000AUS0 \
[7742]6 -key miscScanRTCM 2 \
[9424]7 -key miscIntr "2 sec" \
[7742]8 -key logFile Output/SCAN.log &
9
10psID=`echo $!`
11sleep 20
12kill $psID
13
Note: See TracBrowser for help on using the repository browser.