#!/bin/bash R=$1 T=$2 H=10.32.139.1 mosquitto_pub -h $H -t cmnd/$R/var1 -m $T sleep 1 mosquitto_pub -h $H -t cmnd/$R/var2 -m $[ T + 1 ]