3 lines
70 B
Bash
3 lines
70 B
Bash
|
#!/bin/bash
|
||
|
mosquitto_sub -d -h broker.emqx.io -t "/topic/mirf/test"
|