Skip to content

Instantly share code, notes, and snippets.

@daliborgogic
Created July 28, 2018 17:21
Show Gist options
  • Select an option

  • Save daliborgogic/7827700147b2333927ab7c797f06513a to your computer and use it in GitHub Desktop.

Select an option

Save daliborgogic/7827700147b2333927ab7c797f06513a to your computer and use it in GitHub Desktop.
alias headers='curl -I -s -X GET'
@daliborgogic

Copy link
Copy Markdown
Author
$ cat ~/.profile | grep headers
$ alias headers='curl -I -s -X GET'
$ headers https://daliborgogic.com | grep Server
> Server: nginx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment