forked from GithubBackups/healthchecks
6 lines
125 B
Plaintext
6 lines
125 B
Plaintext
# using curl:
|
|
# (make sure it is installed on your system!)
|
|
curl --retry 3 PING_URL
|
|
|
|
# using wget:
|
|
wget PING_URL -O /dev/null |