6 lines
129 B
Bash
6 lines
129 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
echo "MQTT smoke test placeholder. Configure host/user/password outside Git before use."
|
|
|