2 lines
74 B
Bash
2 lines
74 B
Bash
|
#!/usr/bin/env bash
|
||
|
curl --fail http://localhost:6300/api/status || exit 1
|