Created
February 5, 2023 04:11
-
-
Save goldstar611/0c51add3ba31b71070824855f034bf35 to your computer and use it in GitHub Desktop.
Check port 443
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
while ! $(nc -z -v -w1 example.com 443); do sleep 10; done; curl -d "Example.com may be up" https://ntfy.lan/example |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment