Skip to content

Commit

Permalink
http headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jooray committed May 8, 2017
1 parent e122d74 commit ce66a32
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/headers
@@ -0,0 +1,8 @@
#!/bin/sh
#
# https://github.com/rtomayko/dotfiles/blob/rtomayko/bin/headers

curl -sv "$@" 2>&1 >/dev/null |
grep -v "^\*" |
grep -v "^}" |
cut -c3-

0 comments on commit ce66a32

Please sign in to comment.