#! /bin/bash
for i in `seq -f "%02g" $3 $4`; do
  mosquitto_pub -h $1 -t "$2" -m 01100800$i
done
