mqtt.sh 123 B

12345
  1. #!/bin/bash
  2. echo "posizione $(pwd)"
  3. /usr/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf
  4. touch /tmp/null
  5. tail -f /tmp/null