Skip to content

Instantly share code, notes, and snippets.

@mgeoffray
Created January 15, 2017 18:28
Embed
What would you like to do?
Bash - Get page HTTP status code
function get_http_status() {
curl -s -o /dev/null -I -w "%{http_code}\n" $1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment