--- mqtt/etc/exec.sh 2012/06/20 11:53:00 1.1 +++ mqtt/etc/exec.sh 2012/07/03 09:02:49 1.2 @@ -0,0 +1,12 @@ +#!/bin/sh +# +# Sample execution script for mqtt_subs +# +# $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=$3" +read DATA +echo $DATA +echo