Return to exec.sh CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / mqtt / etc |
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