#!/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;//Example:Configs@igs-ip.net:2101/FFMJ00DEU0 RTCM_3.3 DEU 50.09 8.66 no 2" \
       -key logFile Output/RinexObs.log \
       -key rnxPath Output \
       -key rnxIntr "15 min" \
       -key rnxSkel SKL \
       -key rnxSampl "1 sec"\
       -key rnxVersion 4 &

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