aboutsummaryrefslogtreecommitdiff
path: root/templates/.bin/headers
blob: 9dd1f72c6e9f33c89d70f05f2c44a942300bf5c5 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
#
# https://github.com/rtomayko/dotfiles/blob/rtomayko/bin/headers

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