clear echo "............script started............" d=1
while [ true ]
do result=`python3 aleatorio.py` mosquitto_pub -h 116.203.152.149 -t cosmic -u user -P password -m "$result" echo "$d $result" ((d++)) done