#!/bin/bash

../bnc -nw -conf /dev/null \
       -key mountPoints "//Example:Configs@igs-ip.net:2101/CUT000AUS0 RTCM_3.3 AUS -32.00 115.89 no 2" \
       -key miscMount CUT000AUS0 \
       -key miscScanRTCM 2 \
       -key miscIntr "2 sec" \
       -key logFile Output/SCAN.log &

psID=`echo $!`
sleep 20
kill $psID

