5 lignes
98 B
Bash
Fichiers exécutables
5 lignes
98 B
Bash
Fichiers exécutables
#!/bin/sh
|
|
clear
|
|
/opt/mqtt_sniffer/venv/bin/python /opt/mqtt_sniffer/mqtt_sniffer.py -f mqtt.home
|
|
|