Skip to content

Instantly share code, notes, and snippets.

@feliperomero3
Last active March 22, 2023 05:21
Show Gist options
  • Save feliperomero3/d12b26be463290e31dc12f837b14beba to your computer and use it in GitHub Desktop.
Save feliperomero3/d12b26be463290e31dc12f837b14beba to your computer and use it in GitHub Desktop.
Curl commands
#!/bin/bash
# Only output headers
curl -vs https://example.com > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment