source: ntrip/branches/BNC_2.12/Example_Configs/25_ScanLate.sh@ 8465

Last change on this file since 8465 was 7742, checked in by weber, 8 years ago

Documentation completed

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