Last active
February 6, 2023 18:52
-
-
Save dvershinin/79d506286c5e25eee3b568cbe2346ea3 to your computer and use it in GitHub Desktop.
Basic web server sanity checks
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/bash | |
echo 'We have updated the script. Please use "curl -L https://bit.ly/servchecksh | bash" next time' | |
curl -L https://bit.ly/servchecksh | bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment