6 lines
102 B
Bash
6 lines
102 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
curl -fsS --max-time 10 https://api.txyundm.cn/app-api/health
|
|
|