]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - bin/headers
.gitconfig: Use --word-diff=color for 'git diff --word-diff'
[dotfiles.git] / bin / headers
1 #!/bin/sh
2 curl -sv "$@" 2>&1 >/dev/null |
3 grep -v "^\*" |
4 grep -v "^}" |
5 cut -c3-