Annotation of mqtt/etc/exec.sh, revision 1.2

1.2     ! misho       1: #!/bin/sh
        !             2: #
        !             3: # Sample execution script for mqtt_subs
        !             4: #
        !             5: # $Id: exec.sh,v 1.1.2.2 2012/06/20 12:43:41 misho Exp $
        !             6: #
        !             7: 
        !             8: echo "Test exec script ..."
        !             9: echo "  Arguments: Topic='$1' MsgID=$2 DataLen=$3"
        !            10: read DATA
        !            11: echo $DATA
        !            12: echo

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>