3 lines
100 B
Bash
3 lines
100 B
Bash
#!/bin/bash
|
|
|
|
curl --silent --fail -o /dev/null -w "response_code: %{http_code}\n" http://127.0.0.1/
|