Index: trunk/BNC/Example_Configs/26_RinexObs.sh
===================================================================
--- trunk/BNC/Example_Configs/26_RinexObs.sh	(revision 7745)
+++ trunk/BNC/Example_Configs/26_RinexObs.sh	(revision 7745)
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+../bnc -nw -conf /dev/null \
+       -key mountPoints "//Example:Configs@mgex.igs-ip.net:80/CUT07 RTCM_3.2 AUS -32.00 115.89 no 1;//Example:Configs@www.igs-ip.net:80/FFMJ1 RTCM_3.0 DEU 50.09 8.66 no 1" \
+       -key logFile Output/RinexObs.log \
+       -key rnxPath Output \
+       -key rnxIntr "15 min" \
+       -key rnxSkel SKL \
+       -key rnxSampl 0 \
+       -key rnxV3 2 &
+
+psID=`echo $!`
+sleep 30
+kill $psID
+
