Created
April 14, 2021 04:00
-
-
Save qzm/99172f63cedff8dd6c623cef5a1a7956 to your computer and use it in GitHub Desktop.
get website server
This file contains 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
curl -sSI $1 | grep -i 'server:' | sed -r "s/server:\ (\w|)/\1/i" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment