3 lines
70 B
Bash
3 lines
70 B
Bash
|
#!/usr/bin/env sh
|
||
|
curl -s http://localhost:80/ -o /dev/null || exit 1
|