4 lines
131 B
Bash
4 lines
131 B
Bash
|
#!/usr/bin/env bash
|
||
|
## TODO: Implement this at some point it requires CURL in the container.
|
||
|
curl http://localhost:6300/api/status
|