Files
appServerInfo/app/checks/check_http_google.sh
2026-02-15 21:48:42 +01:00

4 lines
54 B
Bash

#!/bin/sh
wget -q --spider https://google.com
exit $?