Skip to content

Instantly share code, notes, and snippets.

@kevin-miles
Created September 17, 2014 18:31
Show Gist options
  • Save kevin-miles/9d96bc42c9dd3d6f0d11 to your computer and use it in GitHub Desktop.
Save kevin-miles/9d96bc42c9dd3d6f0d11 to your computer and use it in GitHub Desktop.
cURL a url and return status code
curl -o /dev/null --silent --head --write-out '%{http_code}' https://wordpress.org/plugins/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment