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

1.1.2.1 ! misho       1: #!/bin/sh
        !             2: #
        !             3: # Sample execution script for mqtt_subs
        !             4: #
        !             5: # $Id:$
        !             6: #
        !             7: 
        !             8: echo "Test exec script ..."
        !             9: echo "  Arguments: Topic='$1' MsgID=$2 DataLen=$4"
        !            10: echo $3
        !            11: echo

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