5 lines
98 B
Bash
Executable File
5 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
clear
|
|
/opt/mqtt_sniffer/venv/bin/python /opt/mqtt_sniffer/mqtt_sniffer.py -f mqtt.home
|
|
|