File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / etc / exec.sh
Revision 1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Wed Jun 20 12:43:41 2012 UTC (12 years, 3 months ago) by misho
Branches: mqtt1_1
add exec command

#!/bin/sh
#
# Sample execution script for mqtt_subs
#
# $Id: exec.sh,v 1.1.2.2 2012/06/20 12:43:41 misho Exp $
#

echo "Test exec script ..."
echo "  Arguments: Topic='$1' MsgID=$2 DataLen=$3"
read DATA
echo $DATA
echo

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