--- mqtt/etc/exec.sh 2012/06/20 11:53:00 1.1.2.1 +++ mqtt/etc/exec.sh 2012/07/03 09:02:49 1.2 @@ -2,10 +2,11 @@ # # Sample execution script for mqtt_subs # -# $Id: exec.sh,v 1.1.2.1 2012/06/20 11:53:00 misho Exp $ +# $Id: exec.sh,v 1.2 2012/07/03 09:02:49 misho Exp $ # echo "Test exec script ..." -echo " Arguments: Topic='$1' MsgID=$2 DataLen=$4" -echo $3 +echo " Arguments: Topic='$1' MsgID=$2 DataLen=$3" +read DATA +echo $DATA echo