File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / etc / exec.sh
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Wed Jun 20 11:53:00 2012 UTC (12 years, 3 months ago) by misho
Branches: mqtt1_1
add sample execution script

#!/bin/sh
#
# Sample execution script for mqtt_subs
#
# $Id: exec.sh,v 1.1.2.1 2012/06/20 11:53:00 misho Exp $
#

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

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