chore(M00): 补齐WSL EMQX辅助入口
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
echo "INFO: checking WSL local EMQX through the MQTT baseline"
|
||||
"${SCRIPT_DIR}/check-local-mqtt.sh"
|
||||
Reference in New Issue
Block a user